We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3d067 commit e845685Copy full SHA for e845685
README.md
@@ -34,9 +34,7 @@ export USERNAME=yaacov
34
IMG=quay.io/$USERNAME/kube-gateway-operator:v0.0.1 make undeploy
35
```
36
37
-## Create GateToken CR
38
-
39
-Requires a secret with private key on 'kube-gateway' namespace:
+## Create GateServer and GateToken examples
40
41
Example files:
42
[gateserver.yaml](/config/samples/kubegateway_v1beta1_gateserver.yaml),
@@ -56,7 +54,7 @@ oc create -f config/samples/kubegateway_v1beta1_gatetoken.yaml
56
54
oc get gatetoken gatetoken-sample -o yaml
57
55
58
59
-## Local dev build
+## Building for local development
60
61
```bash
62
# Compile operator
0 commit comments