Ver Fonte

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

Florent Baldino há 3 anos atrás
pai
commit
5d599536b4

+ 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 }}