Add values to configure apiServiceLabel and webhookLabel (#536)

Signed-off-by: Tamal Saha <[email protected]>
This commit is contained in:
Tamal Saha
2025-03-18 11:07:59 -07:00
committed by GitHub
parent 385cbb3e3d
commit 1c73035ecb
3 changed files with 12 additions and 0 deletions
@@ -264,6 +264,12 @@ plugins:
{{- if eq (.Values.notifier.k8sBundle.enabled | toString) "true" }}
namespace: {{ include "spire-server.bundle-namespace" . | quote }}
config_map: {{ include "spire-lib.bundle-configmap" . | quote }}
{{- with .Values.notifier.k8sBundle.apiServiceLabel }}
api_service_label: {{ . | quote }}
{{- end }}
{{- with .Values.notifier.k8sBundle.webhookLabel }}
webhook_label: {{ . | quote }}
{{- end }}
{{- end }}
{{- if and (eq (.Values.notifier.externalK8sBundle.enabled | toString) "true") (ne (len $externalK8sBundleClusters) 0) }}
clusters: