helm: re-enable native routing for gcp (#2842)

This commit is contained in:
3u13r 2024-01-23 14:46:24 +01:00 committed by GitHub
parent 5faa374ede
commit 2a7a9dc2aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{""},