diff --git a/workflows/workflow1.yaml b/workflows/workflow1.yaml deleted file mode 100644 index 2c50816..0000000 --- a/workflows/workflow1.yaml +++ /dev/null @@ -1,20 +0,0 @@ -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