mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 17:54:09 -04:00
helm: re-enable native routing for gcp (#2842)
This commit is contained in:
parent
5faa374ede
commit
2a7a9dc2aa
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ func (i *chartLoader) loadCiliumValues(cloudprovider.Provider) (map[string]any,
|
||||||
cloudprovider.AWS.String(): {},
|
cloudprovider.AWS.String(): {},
|
||||||
cloudprovider.Azure.String(): {},
|
cloudprovider.Azure.String(): {},
|
||||||
cloudprovider.GCP.String(): {
|
cloudprovider.GCP.String(): {
|
||||||
"tunnel": "disabled",
|
"routingMode": "native",
|
||||||
"encryption": map[string]any{
|
"encryption": map[string]any{
|
||||||
"strictMode": map[string]any{
|
"strictMode": map[string]any{
|
||||||
"podCIDRList": []string{""},
|
"podCIDRList": []string{""},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue