File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ spec:
44
44
</html>
45
45
` ` `
46
46
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` :
51
51
52
52
` ` ` yaml
53
53
apiVersion: io.csviri.operator.resourceglue/v1beta1
You can’t perform that action at this time.
0 commit comments