Skip to content

Commit

Permalink
chore(helm): trying to fix argocd confussion with boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Jan 25, 2024
1 parent 173c338 commit 485bfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
image: "{{ .image.repository }}:{{ .image.tag }}"
env:
- name: RESTORE_SNAPSHOT
vaule: {{ .mithrilRestore | default "true" | quote }}
value: "{{ .mithrilRestore | default true }}"
- name: NETWORK
value: {{ .network | default "preprod" | quote }}
ports:
Expand Down

0 comments on commit 485bfc6

Please sign in to comment.