Skip to content

Commit

Permalink
[chart] Redirect bash debug to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Sep 10, 2021
1 parent 952b21c commit 756a19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/ws-daemon-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ spec:
- -c
args:
- |
exec {BASH_XTRACEFD}>&1 # this causes 'set -x' to write to stdout insted of stderr
set -euExo pipefail
RAID_DEVICE="/dev/md42"
RAID_DIR="/mnt/hostfs{{ $comp.hostWorkspaceArea }}"
Expand Down

0 comments on commit 756a19a

Please sign in to comment.