diff --git a/deploy/charts/external-secrets/templates/webhook-secret.yaml b/deploy/charts/external-secrets/templates/webhook-secret.yaml index 47dbab915..a0110b0ec 100644 --- a/deploy/charts/external-secrets/templates/webhook-secret.yaml +++ b/deploy/charts/external-secrets/templates/webhook-secret.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "external-secrets-webhook.labels" . | nindent 4 }} - external-secrets.io/component : webhook + external-secrets.io/component: webhook {{- with .Values.webhook.secretAnnotations }} annotations: {{- toYaml . | nindent 4 }} diff --git a/deploy/charts/external-secrets/templates/webhook-service.yaml b/deploy/charts/external-secrets/templates/webhook-service.yaml index 1938602fe..a12880433 100644 --- a/deploy/charts/external-secrets/templates/webhook-service.yaml +++ b/deploy/charts/external-secrets/templates/webhook-service.yaml @@ -6,7 +6,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "external-secrets-webhook.labels" . | nindent 4 }} - external-secrets.io/component : webhook + external-secrets.io/component: webhook {{- if .Values.webhook.prometheus.enabled}} annotations: prometheus.io/path: "/metrics"