Skip to content

Commit f06f1e9

Browse files
author
teodor.spiridonescu
committed
Change condition for caBundle
Signed-off-by: teodor.spiridonescu <[email protected]>
1 parent 03c6c23 commit f06f1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/vault/templates/injector/mutating-webhook.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ webhooks:
2828
name: {{ include "vault.injector.fullname" . }}
2929
namespace: {{ include "common.names.namespace" . | quote }}
3030
path: "/mutate"
31-
{{- if hasKey .Values.injector.webhook.clientConfig "caBundle"}}
31+
{{- if and (hasKey .Values.injector.webhook.clientConfig "caBundle") .Values.injector.webhook.clientConfig.caBundle }}
3232
caBundle: {{ .Values.injector.webhook.clientConfig.caBundle }}
3333
{{- end }}
3434
rules:

0 commit comments

Comments
 (0)