Add cilium_tunnel_mode variable to the cilium config (#5295)

This commit is contained in:
Junho Suh
2019-11-11 20:19:42 +09:00
committed by Kubernetes Prow Robot
parent bc3a8a0039
commit 076f254a67
2 changed files with 3 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ data:
# - disabled
# - vxlan (default)
# - geneve
tunnel: "vxlan"
tunnel: "{{ cilium_tunnel_mode }}"
# Name of the cluster. Only relevant when building a mesh of clusters.
cluster-name: default