Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 9, 2024
1 parent 79f35fd commit b0d37a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack-helm/templates/bookstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
- name: backup-cron
image: alpine:latest
restartPolicy: Always
command: ['sh', '-c', '/backup.entrypoint.sh']
command: ['sh', '/backup.entrypoint.sh']
env:
- name: APP_URL
valueFrom:
Expand Down

0 comments on commit b0d37a5

Please sign in to comment.