Skip to content

Commit 36c6a86

Browse files
authored
Fix: unable to issue certificate with cert-manager, when mutatingwebhook set to Fail and Secret mutation is enabled (#661)
Signed-off-by: Rafael da Fonseca <rafael.fonseca@wildlifestudios.com>
2 parents ccaabec + 61698fc commit 36c6a86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/charts/vault-secrets-webhook/templates/webhook-cert-manager.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ spec:
3737
isCA: true
3838
privateKey:
3939
rotationPolicy: Always
40+
secretTemplate:
41+
annotations:
42+
vault.security.banzaicloud.io/mutate: skip
4043
---
4144

4245
# Create an Issuer that uses the above generated CA certificate to issue certs

0 commit comments

Comments
 (0)