Add webhook service annotations:

Signed-off-by: Jeff Wenzbauer <jwenz723@gmail.com>
This commit is contained in:
jwenz723
2021-08-09 16:26:03 -06:00
parent 01635752ea
commit 71c376c935
2 changed files with 7 additions and 0 deletions
@@ -3,6 +3,10 @@ kind: Service
metadata:
name: {{ template "webhook.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
{{- with .Values.webhook.serviceAnnotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
labels:
app: {{ include "webhook.name" . }}
app.kubernetes.io/name: {{ include "webhook.name" . }}
+3
View File
@@ -232,6 +232,9 @@ webhook:
# Optional additional annotations to add to the webhook Pods
# podAnnotations: {}
# Optional additional annotations to add to the webhook Service
# serviceAnnotations: {}
# Optional additional annotations to add to the webhook MutatingWebhookConfiguration
# mutatingWebhookConfigurationAnnotations: {}