promenade/charts
Matt McEuen 1d0a4619b4 Add -u to anchor scripts
This adds "set -u" (in addition to the existing -x) to the anchor
scripts. This should fix an issue seen occasionally in the haproxy
chart which is only explainable by the IDENTIFIER variable failing
to get set correctly.

All variables used in the anchor scripts ought to be defined, and
there's no need to rely on blank strings as defaults.

"set -e" was considered for this, but may have unintended side-effects:
-u should be safe and avoid the issue we've seen.

Change-Id: Idbc2f9f77d4754874999d5d83d322a17076c7392
2020-02-03 14:00:12 -06:00
..
apiserver Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
apiserver-webhook Upgrade Hyperkube version for k8s 1.16 2019-12-06 18:20:13 +00:00
controller_manager Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
coredns Fix coredns checks 2019-12-02 11:49:40 -06:00
etcd Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
haproxy Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
promenade Upgrade Hyperkube version for k8s 1.16 2019-12-06 18:20:13 +00:00
proxy Upgrade Hyperkube version for k8s 1.16 2019-12-06 18:20:13 +00:00
scheduler Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
.gitignore Add initial Makefile 2017-10-31 12:46:23 -05:00