Skip to content

Commit 394503a

Browse files
authored
Update README.md
1 parent 7a2dbe8 commit 394503a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ spec:
158158
protocol: TCP
159159
160160
- name: mutation_hook_config
161-
# dependsOn relation means, that the resource will be reconciled only if all the listed resources are already reconciled and ready (if ready post-condition is present).
162-
# This resource will be applied, after the service and deployment are applied, and the deployment is ready, thus all the pods are started up and ready.
161+
# dependsOn relation means, that the resource will be reconciled only if all
162+
# the listed resources are already reconciled and ready (if ready post-condition is present).
163+
# This resource will be applied after the service and deployment are applied,
164+
# and the deployment is ready, thus all the pods are started up and ready.
163165
dependsOn:
164166
- deployment
165167
- service

0 commit comments

Comments
 (0)