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 6ccaddb commit 57134ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookstack-helm/templates/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: batch/v1
kind: Job
metadata:
name: restorejob
namespace: { { .Values.meshwiki_app_namespace } }
namespace: {{ .Values.meshwiki_app_namespace }}
spec:
jobTemplate:
spec:
Expand All @@ -11,7 +11,7 @@ spec:
containers:
- name: restorejob
image: "{{ .Values.db_image.repository }}:{{ .Values.db_image.tag }}"
imagePullPolicy: { { .Values.db_image.pullPolicy } }
imagePullPolicy: {{ .Values.db_image.pullPolicy }}
command:
- /bin/bash
- /restore.sh
Expand Down

0 comments on commit 57134ac

Please sign in to comment.