Skip to content

Commit

Permalink
docs(INSTALL): Fix gateway API CRD install URLs
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
levaitamas committed Nov 12, 2024
1 parent a9a8164 commit 1d3f5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ helm install stunner-gateway-operator stunner/stunner-gateway-operator --create-
To manually install the CRDs:

```console
kubectl apply -k github.com/kubernetes-sigs/gateway-api/config/crd?ref=v1.0.0
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
kubectl apply -f https://raw.githubusercontent.com/l7mp/stunner-helm/refs/heads/main/helm/stunner-gateway-operator/crds/stunner-crd.yaml
```

Expand Down

0 comments on commit 1d3f5cf

Please sign in to comment.