Skip to content

Commit

Permalink
docs: fixing the injector.webhookAnnotations annotation (#13181)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhristov90 committed Nov 18, 2021
1 parent 2c01612 commit b4f292a
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-tls"
--set injector.webhookAnnotations="cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/injector-certificate"
```

0 comments on commit b4f292a

Please sign in to comment.