diff options
author | Chris Werner Rau | 2023-09-07 11:01:47 +0200 |
---|---|---|
committer | Chris Werner Rau | 2023-09-07 11:01:47 +0200 |
commit | 953dab24a956daae25ebfc69c47548587293a96b (patch) | |
tree | e7eb7ac34cfa4722ea8b0e2b9f2ec20519ce574f /hrDiff | |
parent | 8f0befe222afcaacecea96861e23f07062341ede (diff) | |
download | aur-953dab24a956daae25ebfc69c47548587293a96b.tar.gz |
feat!: convert to scripts to be able to use this in normal scripts
Diffstat (limited to 'hrDiff')
-rwxr-xr-x | hrDiff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hrDiff b/hrDiff new file mode 100755 index 000000000000..ef06da4d9633 --- /dev/null +++ b/hrDiff @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +HELM_DIFF_USE_UPGRADE_DRY_RUN=true exec helmrelease "diff" "$@" |