Browse Source

fix(charts): Fix wrongly set annotations for cert-controller metrics service (#6029)

Co-authored-by: Gergely Bräutigam <gergely.brautigam@sap.com>
José Maia 2 months ago
parent
commit
c5e1f980ef

+ 1 - 1
deploy/charts/external-secrets/templates/cert-controller-service.yaml

@@ -11,7 +11,7 @@ metadata:
   namespace: {{ template "external-secrets.namespace" . }}
   labels:
     {{- include "external-secrets-cert-controller.labels" . | nindent 4 }}
-  {{- with .Values.metrics.service.annotations }}
+  {{- with .Values.certController.metrics.service.annotations }}
   annotations:
     {{- toYaml . | nindent 4 }}
   {{- end }}