Skip to content

Commit

Permalink
more discovered
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Dec 20, 2024
1 parent 52208fc commit 305247e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/nginx-cert-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ helm install \
--namespace cert-manager \
--create-namespace \
--version v1.16.2 \
--set crds.enabled=true
--set crds.enabled=true \
--set cainjector.enabled=true \
--set global.leaderElection.namespace="cert-manager"
```
In some cases, the CRDs won't be installed properly. In this case, you can install them directly from static files:
Expand Down

0 comments on commit 305247e

Please sign in to comment.