mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
helm: re-enable native routing for gcp (#2842)
This commit is contained in:
parent
5faa374ede
commit
2a7a9dc2aa
@ -392,7 +392,7 @@ func (i *chartLoader) loadCiliumValues(cloudprovider.Provider) (map[string]any,
|
||||
cloudprovider.AWS.String(): {},
|
||||
cloudprovider.Azure.String(): {},
|
||||
cloudprovider.GCP.String(): {
|
||||
"tunnel": "disabled",
|
||||
"routingMode": "native",
|
||||
"encryption": map[string]any{
|
||||
"strictMode": map[string]any{
|
||||
"podCIDRList": []string{""},
|
||||
|
Loading…
Reference in New Issue
Block a user