diff --git a/charts/linkerd2-multicluster/templates/gateway.yaml b/charts/linkerd2-multicluster/templates/gateway.yaml index c7b0ec7fd..a96a63785 100644 --- a/charts/linkerd2-multicluster/templates/gateway.yaml +++ b/charts/linkerd2-multicluster/templates/gateway.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: nginx-configuration + name: linkerd-gateway annotations: {{.Values.createdByAnnotation}}: {{default (printf "linkerd/helm %s" .Values.linkerdVersion) .Values.cliVersion}} namespace: {{.Values.namespace}} @@ -63,7 +63,7 @@ spec: volumes: - name: config configMap: - name: nginx-configuration + name: linkerd-gateway containers: - name: nginx readinessProbe: