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