Skip to content

Commit

Permalink
docs/vault-helm: update cert-manager example (#17651)
Browse files Browse the repository at this point in the history
Use injector.webhook.annotations instead of the deprecated
injector.webhookAnnotations
  • Loading branch information
tvoran authored Oct 26, 2022
1 parent bfde310 commit 8647c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ $ helm install vault hashicorp/vault \
--set injector.replicas=2 \
--set injector.leaderElector.enabled=false \
--set injector.certs.secretName=injector-tls \
--set injector.webhookAnnotations="cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/injector-certificate"
--set injector.webhook.annotations="cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/injector-certificate"
```

0 comments on commit 8647c4b

Please sign in to comment.