You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ spec:
45
45
```
46
46
47
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).
48
+
the [CRD for WebPage](https://github.com/csviri/resource-workflow-operator/blob/main/src/test/resources/sample/webpage/webpage.crd.yml).
49
49
To define how the `WebPage` should be reconciled, thus what resources should be created for
50
50
a `WebPage`, we prepare a `GlueOperator`:
51
51
@@ -137,7 +137,7 @@ spec:
137
137
name: pod-mutating-hook
138
138
spec:
139
139
# spec omitted
140
-
- name: deployment # webhook endpoint
140
+
- name: deployment # webhook web-service endpoint
141
141
readyPostCondition:
142
142
type: ReadyCondition # ready post conditions determine when a Deployment is considered "ready", thus up and running.
143
143
resource:
@@ -192,5 +192,5 @@ spec:
192
192
- pods
193
193
```
194
194
195
-
195
+
See the full E2E test [here](https://github.com/csviri/resource-workflow-operator/blob/main/src/test/java/io/csviri/operator/resourceglue/sample/mutation/MutationWebhookDeploymentE2E.java).
0 commit comments