Skip to content

Commit 97daaef

Browse files
committed
gateway: remove apiVersion and kind from ListenerSet conf example
These fields are automatically set by the Helm chart template, so users don't need to specify them manually. Addresses feedback from @ThatsMrTalbot in cert-manager#2001. Signed-off-by: Maël Valais <mael@vls.dev>
1 parent 1c95724 commit 97daaef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/usage/gateway.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,6 @@ your `values.yaml`, add the following:
520520
```yaml
521521
# values.yaml
522522
config:
523-
apiVersion: controller.config.cert-manager.io/v1alpha1
524-
kind: ControllerConfiguration
525523
enableGatewayAPI: true
526524
enableGatewayAPIListenerSet: true
527525
featureGates:
@@ -537,8 +535,6 @@ The corresponding Helm command is:
537535
```sh
538536
helm upgrade --install cert-manager oci://quay.io/jetstack/charts/cert-manager \
539537
--namespace cert-manager \
540-
--set config.apiVersion="controller.config.cert-manager.io/v1alpha1" \
541-
--set config.kind="ControllerConfiguration" \
542538
--set config.enableGatewayAPI=true \
543539
--set config.enableGatewayAPIListenerSet=true \
544540
--set config.featureGates.ListenerSets=true

0 commit comments

Comments
 (0)