Skip to content

Commit a15a1c5

Browse files
committed
Update NGF cert-manager docs
cert-manager has updated their installation command, so we need to update our docs to reflect that change.
1 parent b78bff7 commit a15a1c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/ngf/how-to/traffic-security/integrating-cert-manager.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ The first step is to deploy cert-manager onto the cluster.
6868
cert-manager jetstack/cert-manager \
6969
--namespace cert-manager \
7070
--create-namespace \
71-
--version v1.12.0 \
72-
--set installCRDs=true \
73-
--set "extraArgs={--feature-gates=ExperimentalGatewayAPISupport=true}"
71+
--set config.apiVersion="controller.config.cert-manager.io/v1alpha1" \
72+
--set config.kind="ControllerConfiguration" \
73+
--set config.enableGatewayAPI=true \
74+
--set crds.enabled=true
7475
```
7576

7677
---

0 commit comments

Comments
 (0)