Skip to content

Commit

Permalink
Ser cronjob value in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 31, 2025
1 parent 638f978 commit a0b02a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm-seed/templates/osmcha-app/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
environment: {{ .Values.environment }}
release: {{ .Release.Name }}
spec:
schedule: {{ .Values.osmchaApi.fetch_changesets_cronjob }}
schedule: {{ .Values.osmchaApi.fetch_changesets_cronjob | quote }}
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
Expand Down Expand Up @@ -47,7 +47,7 @@ metadata:
environment: {{ .Values.environment }}
release: {{ .Release.Name }}
spec:
schedule: {{ .Values.osmchaApi.process_changesets_cronjob }}
schedule: {{ .Values.osmchaApi.process_changesets_cronjob | quote }}
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
Expand Down

0 comments on commit a0b02a1

Please sign in to comment.