File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Deploy the `resource-glue-operator`:
18
18
kubectl apply -f https://github.com/csviri/resource-glue-operator/releases/latest/download/kubernetes.yml
19
19
```
20
20
21
- Note that this deployment give the controller access to all the resource on the cluster, this not what you might want in production.
21
+ Note that this deployment gives the controller access to all the resources on the cluster, this is not what you might want in production.
22
22
23
- ## Try out the WebPage Sample
23
+ ## Try out the [ WebPage Sample] ( https://github.com/csviri/resource-workflow-operator/tree/main/src/test/resources/sample/webpage )
24
24
25
25
First apply the CustomResourceDefinition for ` WebPage ` :
26
26
@@ -34,7 +34,7 @@ Apply the `GlueOperator` for `WebPage`:
34
34
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.operator.yaml
35
35
```
36
36
37
- Create a new static WebPage:
37
+ Create a new static ` WebPage ` :
38
38
39
39
``` bash
40
40
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.sample.yaml
You can’t perform that action at this time.
0 commit comments