Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions templates/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ spec:
{{- if .Values.backup.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.backup.containerSecurityContext "enabled" | toYaml | nindent 14 }}
{{- end }}
command:
- toolbox
args:
- backup
env:
- name: MONGODB_URI
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ backup:
image:
registry: quay.io/evertrust
repository: toolbox
tag: v0.3.0
tag: v0.6.1
pullPolicy: IfNotPresent
pullSecrets: []
## Configure Pods Security Context
Expand Down
Loading