Enabling serviceLabels for webhook service.

Signed-off-by: Marco Ortega <mortega@brightcove.com>
This commit is contained in:
mortega
2021-07-27 07:03:16 -05:00
parent d35a7c9226
commit feee2fd76c
2 changed files with 6 additions and 0 deletions
@@ -9,6 +9,9 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: "webhook"
{{- include "labels" . | nindent 4 }}
{{- if .Values.webhook.serviceLabels }}
{{ toYaml .Values.webhook.serviceLabels | indent 4 }}
{{- end }}
spec:
type: {{ .Values.webhook.serviceType }}
{{- if .Values.webhook.loadBalancerIP }}
+3
View File
@@ -268,6 +268,9 @@ webhook:
# Optional additional labels to add to the Webhook Pods
podLabels: {}
# Optional additional labels to add to the Webhook Service
serviceLabels: {}
image:
repository: quay.io/jetstack/cert-manager-webhook
# You can manage a registry with