Skip to content

Commit

Permalink
fix: backup command
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad committed Dec 6, 2024
1 parent d303ed7 commit 5e310af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ spec:
- name: backup
image: {{ include "common.images.image" (dict "imageRoot" .Values.backup.image) }}
imagePullPolicy: {{ .Values.backup.imagePullPolicy | default "IfNotPresent" | quote }}
args:
command:
- toolbox
- backup
env:
- name: MONGODB_URI
Expand Down

0 comments on commit 5e310af

Please sign in to comment.