@@ -7,4 +7,8 @@ metadata:
labels:
{{- include "external-secrets-webhook.labels" . | nindent 4 }}
external-secrets.io/component : webhook
-{{- end }}
+ {{- with .Values.webhook.secretAnnotations }}
+ annotations:
+ {{- toYaml . | nindent 4 }}
+ {{- end }}
+{{- end }}
@@ -156,6 +156,9 @@ webhook:
## -- Map of extra arguments to pass to container.
extraArgs: {}
+ # -- Annotations to add to Secret
+ secretAnnotations: {}
+
# -- Annotations to add to Deployment
deploymentAnnotations: {}