helm: re-enable native routing for gcp

This commit is contained in:
Leonard Cohnen 2024-01-23 02:43:01 +01:00
parent fc1c9b7c1a
commit f3fb10ceb5

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