Просмотр исходного кода

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

Florent Baldino 3 лет назад
Родитель
Сommit
5d599536b4
1 измененных файлов с 1 добавлено и 1 удалено
  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 }}