Skip to content

Commit

Permalink
add all haifa workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jul 15, 2024
1 parent 48e7bf2 commit da71d94
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: generic-fetcher-{{ $workflow.name_suffix }}
labels:
datacity-instance: {{ $instance | quote }}
datacity-organization: {{ $organization | quote }}
spec:
entrypoint: generic-fetcher
templates:
Expand Down Expand Up @@ -32,6 +35,9 @@ apiVersion: argoproj.io/v1alpha1
kind: CronWorkflow
metadata:
name: generic-fetcher-{{ $workflow.name_suffix }}
labels:
datacity-instance: {{ $instance | quote }}
datacity-organization: {{ $organization | quote }}
spec:
schedule: {{ $workflow.schedule | quote }}
concurrencyPolicy: Forbid
Expand Down

0 comments on commit da71d94

Please sign in to comment.