Skip to content

Commit

Permalink
unified helm chart cronjobs tpl command
Browse files Browse the repository at this point in the history
  • Loading branch information
mqxter committed Sep 2, 2024
1 parent c65d7ed commit 05ede00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/unified-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: unified-chart
description: Frontegg Unified Chart
type: application

version: 3.0.14
version: 3.0.15

maintainers:
- name: "platform"
Expand Down
2 changes: 1 addition & 1 deletion charts/unified-chart/templates/cronjobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
{{- with .command }}
command:
{{- range . }}
- {{ . | quote }}
- {{ tpl . $ | quote }}
{{- end }}
{{- end }}
{{- with .args }}
Expand Down

0 comments on commit 05ede00

Please sign in to comment.