We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac54abb commit d21fa1dCopy full SHA for d21fa1d
content/ngf/how-to/traffic-security/integrating-cert-manager.md
@@ -68,9 +68,10 @@ The first step is to deploy cert-manager onto the cluster.
68
cert-manager jetstack/cert-manager \
69
--namespace cert-manager \
70
--create-namespace \
71
- --version v1.12.0 \
72
- --set installCRDs=true \
73
- --set "extraArgs={--feature-gates=ExperimentalGatewayAPISupport=true}"
+ --set config.apiVersion="controller.config.cert-manager.io/v1alpha1" \
+ --set config.kind="ControllerConfiguration" \
+ --set config.enableGatewayAPI=true \
74
+ --set crds.enabled=true
75
```
76
77
---
0 commit comments