Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 8, 2024
1 parent 2c29a45 commit 86f8366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack-helm/templates/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: restorejob
image: "{{ .Values.db_image.repository }}:{{ .Values.db_image.tag }}"
imagePullPolicy: {{ .Values.db_image.pullPolicy }}
restartPolicy: OnFailure
command:
- /bin/bash
- /restore.sh
Expand Down

0 comments on commit 86f8366

Please sign in to comment.