Browse Source

Remove unnecessary space before a colon (#1494)

Signed-off-by: dubs11kt <dubs11kt@gmail.com>

Signed-off-by: dubs11kt <dubs11kt@gmail.com>
oddy 3 years ago
parent
commit
735f3e7e69

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

+ 1 - 1
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"