Skip to content

Commit 617ab81

Browse files
committed
Update getting-started.md
1 parent 0d85a6c commit 617ab81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Deploy the `resource-glue-operator`:
1818
kubectl apply -f https://github.com/csviri/resource-glue-operator/releases/latest/download/kubernetes.yml
1919
```
2020

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.
2222

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)
2424

2525
First apply the CustomResourceDefinition for `WebPage` :
2626

@@ -34,7 +34,7 @@ Apply the `GlueOperator` for `WebPage`:
3434
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.operator.yaml
3535
```
3636

37-
Create a new static WebPage:
37+
Create a new static `WebPage`:
3838

3939
```bash
4040
kubectl apply -f https://raw.githubusercontent.com/csviri/resource-glue-operator/main/src/test/resources/sample/webpage/webpage.sample.yaml

0 commit comments

Comments
 (0)