From ac32e9fe7b9a74e9d226bb7bc04032cc9bb22c24 Mon Sep 17 00:00:00 2001 From: yakirlevi Date: Thu, 22 Feb 2024 15:00:13 +0200 Subject: [PATCH] workflwows --- workflows/workflow1.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 workflows/workflow1.yaml 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