Disable encryption

This commit is contained in:
Nils Hanke 2022-12-21 19:48:13 +01:00
parent 08baebbe62
commit 9bfdce096c
3 changed files with 5 additions and 18 deletions

View File

@ -132,13 +132,7 @@ extraArgs: []
extraEnv: []
# -- Additional agent hostPath mounts.
extraHostPathMounts:
- name: dev-net
mountPath: /dev/net
hostPath: /dev/net
hostPathType: Directory
readOnly: true
mountPropagation: HostToContainer
extraHostPathMounts: []
# -- Additional agent volumes.
extraVolumes: []
@ -525,7 +519,7 @@ encryption:
wireguard:
# -- Enables the fallback to the user-space implementation.
userspaceFallback: true
userspaceFallback: false
# -- Deprecated in favor of encryption.ipsec.keyFile.
# Name of the key file inside the Kubernetes secret configured via secretName.

View File

@ -522,7 +522,7 @@ encryption:
wireguard:
# -- Enables the fallback to the user-space implementation.
userspaceFallback: true
userspaceFallback: false
# -- Deprecated in favor of encryption.ipsec.keyFile.
# Name of the key file inside the Kubernetes secret configured via secretName.
@ -1582,13 +1582,7 @@ operator:
extraEnv: []
# -- Additional cilium-operator hostPath mounts.
extraHostPathMounts:
- name: dev-net
mountPath: /dev/net
hostPath: /dev/net
hostPathType: Directory
readOnly: true
mountPropagation: HostToContainer
extraHostPathMounts: []
# -- Additional cilium-operator volumes.
extraVolumes: []

View File

@ -49,8 +49,7 @@ var azureVals = map[string]any{
"enabled": true,
},
"encryption": map[string]any{
"enabled": true,
"type": "wireguard",
"enabled": false,
},
"l7Proxy": false,
"ipam": map[string]any{