Add kustomize install in 01_install_essentials.sh

kustomize is a useful debug tool when rendering fails

Relates-To: #120

Change-Id: I2b30c32d43df288a0d44df6d8edf0d0ba3b11191
Signed-off-by: James Gu <james.gu@att.com>
This commit is contained in:
James Gu 2021-03-30 10:02:20 -07:00 committed by Matt McEuen
parent af91caff6c
commit dfe56aa1ba
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ cd ${AIRSHIPCTL_PROJECT}
./tools/deployment/provider_common/03_install_pip.sh
./tools/deployment/provider_common/04_install_yq.sh
./tools/deployment/01_install_kubectl.sh
./tools/install_kustomize.sh