Increase helm deploy perf by reducing helm ls 12/89712/1
authorJoey Sullivan <joey.sullivan@amdocs.com>
Tue, 11 Jun 2019 14:38:51 +0000 (10:38 -0400)
committerJoey Sullivan <joey.sullivan@amdocs.com>
Tue, 11 Jun 2019 15:23:49 +0000 (11:23 -0400)
commit10341749c8db075fbd0d6b9684a1b7bf7aab6b33
tree68b8c8ac43df99f6624cc74ca8b06be6eaed6947
parentd55a1b07f956c98a48e336baf634ef61db9e7a71
Increase helm deploy perf by reducing helm ls

Helm ls takes a lot of time to execute.   This
code change makes sure it only executes once per
helm deploy instead of once per helm release.

Issue-ID: OOM-1923
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
Change-Id: I6337c97380d9f583b33f55a2be1d41ac7ce350c8
kubernetes/helm/plugins/deploy/deploy.sh