Skip to content

Commit

Permalink
workflwows
Browse files Browse the repository at this point in the history
  • Loading branch information
yakirlevi committed Feb 22, 2024
1 parent a127906 commit ac32e9f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions workflows/workflow1.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ac32e9f

Please sign in to comment.