summarylogtreecommitdiffstats
path: root/hrInstall
blob: d73fc4fd1ffe6330cb9a759d48e8b82a65b8ca6e (plain)
1
2
3
4
5
#!/usr/bin/env bash
if [[ -o xtrace ]]; then
  export XTRACE=true
fi
exec helmrelease "install" "$@"