diff --git a/workflows/workflow1.yaml b/workflows/workflow1.yaml new file mode 100644 index 0000000..2c50816 --- /dev/null +++ b/workflows/workflow1.yaml @@ -0,0 +1,20 @@ +kind: workflow +description: some workflow 2 +inputs: + vm_prefix: + type: String + default: 'data_' +jobs: + filter_vms: + kind: shell + spec: + agent: + name: yakir-aks-2 + sources: + - store: test-spec2-public + path: scripts/print-resource.sh + commands: + - name: print + command: './print-resource.sh {{ .bindings.resource_id }}' + outputs: + - print \ No newline at end of file