We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c6c23 commit f06f1e9Copy full SHA for f06f1e9
bitnami/vault/templates/injector/mutating-webhook.yaml
@@ -28,7 +28,7 @@ webhooks:
28
name: {{ include "vault.injector.fullname" . }}
29
namespace: {{ include "common.names.namespace" . | quote }}
30
path: "/mutate"
31
- {{- if hasKey .Values.injector.webhook.clientConfig "caBundle"}}
+ {{- if and (hasKey .Values.injector.webhook.clientConfig "caBundle") .Values.injector.webhook.clientConfig.caBundle }}
32
caBundle: {{ .Values.injector.webhook.clientConfig.caBundle }}
33
{{- end }}
34
rules:
0 commit comments