Skip to content

Commit e845685

Browse files
committed
readme
1 parent 2a3d067 commit e845685

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export USERNAME=yaacov
3434
IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make undeploy
3535
```
3636

37-
## Create GateToken CR
38-
39-
Requires a secret with private key on 'kube-gateway' namespace:
37+
## Create GateServer and GateToken examples
4038

4139
Example files:
4240
[gateserver.yaml](/config/samples/kubegateway_v1beta1_gateserver.yaml),
@@ -56,7 +54,7 @@ oc create -f config/samples/kubegateway_v1beta1_gatetoken.yaml
5654
oc get gatetoken gatetoken-sample -o yaml
5755
```
5856

59-
## Local dev build
57+
## Building for local development
6058

6159
```bash
6260
# Compile operator

0 commit comments

Comments
 (0)