Skip to content

Commit

Permalink
Merge pull request #19 from gofireflyio/fix-cronjob-template
Browse files Browse the repository at this point in the history
fix cronjob template
  • Loading branch information
nirfirefly authored Aug 16, 2023
2 parents 787a8d3 + 4b9d05a commit c582731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/chart/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ spec:
- name: IACATHON_TFC_CUSTOM_DOMAIN
value: {{ .Values.tfcCustomDomain }}
{{- end }}
{{ - if .Values.argocdDomain }}
{{- if .Values.argocdDomain }}
- name: IACATHON_ARGOCD_DOMAIN
value: {{ .Values.argocdDomain }}
- name: REMOTE_BUCKET
value: {{ .Values.saveToRemoteBucket | toString }}
{ { - end } }
{{- end }}
envFrom:
- secretRef:
name: {{ .Values.credentials.secretNameOverride | default (printf "%s-credentials" .Release.Name) }}
Expand Down

0 comments on commit c582731

Please sign in to comment.