Skip to content

Commit a3c47a0

Browse files
committed
Update README.md
1 parent 6b8d92c commit a3c47a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ spec:
141141
spec:
142142
# spec omitted
143143
- name: deployment # webhook web-service endpoint
144+
# ready post conditions define when a Deployment is considered "ready",
145+
# thus up and running.
144146
readyPostCondition:
145-
type: ReadyCondition # ready post conditions determine when a Deployment is considered "ready", thus up and running.
147+
type: ReadyCondition
146148
resource:
147149
apiVersion: apps/v1
148150
kind: Deployment

0 commit comments

Comments
 (0)