name: test-apply-from-file steps: - name: nginx-deployment watch: - name: nginx-pods-app group: '' version: v1 kind: Pod labels: app: nginx - name: nginx-pods-foo group: '' version: v1 kind: Pod labels: foo: "" apply: - path: nginx-deployment.yaml - path: nginx-deployment-other-label.yaml wait: - target: nginx-pods-app timeout: 60 condition: and: - size: 3 - all: status: conditions: - type: Ready status: "True" - target: nginx-pods-foo timeout: 60 condition: and: - size: 1 - all: status: conditions: - type: Ready status: "True"