steps: - name: nginx-deployment watch: - name: nginx-pods group: '' version: v1 kind: Pod apply: - path: nginx-deployment.yaml wait: - target: nginx-pods timeout: 60 condition: and: - size: 3 - all: status: conditions: - type: Ready status: "True"