Skip to content

Commit

Permalink
Fix schedule value
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezselles committed Mar 5, 2024
1 parent 1b92826 commit 9c62f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hermes-job/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}

spec:
schedule: {{ .Values.schedule }}
schedule: {{ .Values.schedule | quote }}
jobTemplate:
metadata:
labels:
Expand Down

0 comments on commit 9c62f4f

Please sign in to comment.