Skip to content

Commit 1e781dc

Browse files
authored
Update README.md
1 parent ecd8f69 commit 1e781dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
```
4646
4747
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).
4949
To define how the `WebPage` should be reconciled, thus what resources should be created for
5050
a `WebPage`, we prepare a `GlueOperator`:
5151

@@ -137,7 +137,7 @@ spec:
137137
name: pod-mutating-hook
138138
spec:
139139
# spec omitted
140-
- name: deployment # webhook endpoint
140+
- name: deployment # webhook web-service endpoint
141141
readyPostCondition:
142142
type: ReadyCondition # ready post conditions determine when a Deployment is considered "ready", thus up and running.
143143
resource:
@@ -192,5 +192,5 @@ spec:
192192
- pods
193193
```
194194

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).
196196

0 commit comments

Comments
 (0)