promenade/charts/apiserver
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
..
templates Add -u to anchor scripts 2020-02-03 14:00:12 -06:00
Chart.yaml Refactor apiserver Chart 2017-11-07 23:41:26 +00:00
requirements.yaml Refactor apiserver Chart 2017-11-07 23:41:26 +00:00
values.yaml Upgrade Hyperkube version for k8s 1.16 2019-12-06 18:20:13 +00:00