From f3fb10ceb5bbe6a512e073b01dce24f5bdfd645c Mon Sep 17 00:00:00 2001 From: Leonard Cohnen Date: Tue, 23 Jan 2024 02:43:01 +0100 Subject: [PATCH] helm: re-enable native routing for gcp --- internal/constellation/helm/loader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/constellation/helm/loader.go b/internal/constellation/helm/loader.go index a1f5c363a..65d32c577 100644 --- a/internal/constellation/helm/loader.go +++ b/internal/constellation/helm/loader.go @@ -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{""},