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