Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Oct 28, 2023
1 parent 360b5c8 commit 46c913f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
args:
- -c
- |
kubectl exec svc/{{ template "minecraft.fullname" . }} -- /usr/bin/bash /scripts/mc-backup.sh
kubectl exec svc/{{ template "minecraft.fullname" . }} -- /usr/bin/bash -c "bash /scripts/mc-backup.sh"
exit
restartPolicy: OnFailure
Expand Down

0 comments on commit 46c913f

Please sign in to comment.