Update nfs-provisioner and ldap deployment scripts

This updates the lma-nfs-provisioner deployment script to run make
on the nfs-provisioner chart. Previously, it relied on the local
image registry deployment step being run to lint and package the
nfs-provisioner chart. This change allows the nfs-provisioner to
be deployed without the local image registry if desired.

This also updates the ldap deployment script to only run make on
the ldap chart instead of pulling the default images with the
make-pull directive

Change-Id: I3d8f321d7a8af50fd80ffbd6a337fa17675f5700
This commit is contained in:
Steve Wilkerson 2018-05-15 09:30:42 -05:00
parent 42569b7aaa
commit 287b14933e
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@
set -xe set -xe
make nfs-provisioner
#NOTE: Deploy nfs instance for logging, monitoring and alerting components #NOTE: Deploy nfs instance for logging, monitoring and alerting components
tee /tmp/lma-nfs-provisioner.yaml << EOF tee /tmp/lma-nfs-provisioner.yaml << EOF
labels: labels:

View File

@ -17,7 +17,7 @@
set -xe set -xe
#NOTE: Pull images and lint chart #NOTE: Pull images and lint chart
make pull-images ldap make ldap
#NOTE: Deploy command #NOTE: Deploy command
helm upgrade --install ldap ./ldap \ helm upgrade --install ldap ./ldap \