Browse Source

:bug: Use the right metrics annotations for the webhook service (#1841)

Florent Baldino 3 years ago
parent
commit
5d599536b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/charts/external-secrets/templates/webhook-service.yaml

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

@@ -13,7 +13,7 @@ metadata:
     prometheus.io/scrape: "true"
     prometheus.io/port: {{ .Values.prometheus.service.port | quote }}
   {{- else }}
-  {{- with .Values.metrics.service.annotations }}
+  {{- with .Values.webhook.metrics.service.annotations }}
   annotations:
     {{- toYaml . | nindent 4 }}
   {{- end }}