From 86f8366f65989cd0e97e4e585d5315a07b913914 Mon Sep 17 00:00:00 2001 From: james-otten Date: Wed, 7 Aug 2024 21:32:14 -0400 Subject: [PATCH] restore --- bookstack-helm/templates/restore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack-helm/templates/restore.yaml b/bookstack-helm/templates/restore.yaml index c45630c..65de21a 100644 --- a/bookstack-helm/templates/restore.yaml +++ b/bookstack-helm/templates/restore.yaml @@ -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