Skip to content

Commit

Permalink
fix(backup): add toolbox exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad committed Dec 6, 2024
1 parent bd5cda2 commit f2e7861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
image: {{ include "common.images.image" (dict "imageRoot" .Values.backup.image) }}
imagePullPolicy: {{ .Values.backup.imagePullPolicy | default "IfNotPresent" | quote }}
command:
- toolbox
- backup
env:
- name: MONGODB_URI
Expand Down

0 comments on commit f2e7861

Please sign in to comment.