Merge pull request #1165 from LucasSaintarbor/update-install-cert-manager-instructions

Update command for installing cert-manager helm chart
This commit is contained in:
Lucas Saintarbor
2024-03-19 11:28:38 -07:00
committed by GitHub
5 changed files with 8 additions and 3 deletions
@@ -166,6 +166,7 @@ helm repo update
helm install cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--set installCRDs=true \
--version v1.11.0
```