Add values to configure apiServiceLabel and webhookLabel (#536)
Signed-off-by: Tamal Saha <[email protected]>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user