Skip to content

Commit

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

0 comments on commit 2bb7d37

Please sign in to comment.