Skip to content

Commit 64fbd7e

Browse files
authored
Update README.md
1 parent 3e7c7e3 commit 64fbd7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ spec:
4444
</html>
4545
```
4646
47-
To create an operator (or more precisely the controller part) with `resource-glue-operator` we have to first apply
48-
the [CRD for WebPage](https://github.com/csviri/resource-workflow-operator/blob/main/src/test/resources/sample/webpage/webpage.crd.yml).
49-
Then to create the definition of how the `WebPage` should be reconciled, thus what resources should be created for
50-
a `WebPage`:
47+
To create an operator (or more precisely the controller part) with `resource-glue-operator` we have first apply
48+
the {CRD for WebPage](https://github.com/csviri/resource-workflow-operator/blob/main/src/test/resources/sample/webpage/webpage.crd.yml).
49+
To define how the `WebPage` should be reconciled, thus what resources should be created for
50+
a `WebPage`, we prepare a `GlueOperator`:
5151

5252
```yaml
5353
apiVersion: io.csviri.operator.resourceglue/v1beta1

0 commit comments

Comments
 (0)