Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa
Apply the operator manifests:

```console
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/gatewayclass.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/rbac.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/gatewayclass.yaml
```

This creates:
Expand Down
Loading