I hereby claim:
- I am tun0 on github.
- I am tun0 (https://keybase.io/tun0) on keybase.
- I have a public key whose fingerprint is C69C BE54 2E0F F624 731F 867A 3C6A 4409 5CCA C9ED
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| CHART=$1 | |
| HR=$2 | |
| usage() { | |
| echo "$(basename $0) </path/to/chart/> </path/to/helmrelease>" | |
| } | |
| if test ! -d "${CHART}" |