X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fhelm%2Fplugins%2Fdeploy%2Fdeploy.sh;fp=kubernetes%2Fhelm%2Fplugins%2Fdeploy%2Fdeploy.sh;h=3b16bf35d5d7c292b7fa66beafb307321a13b113;hb=533403925a6b60f4113c4d9e54cd99be36dc9cc5;hp=9d7ffd7d06327f191c5d22f6724e34e4a64fd83e;hpb=558b7f2176fe8a86e95b430ffcb32dcefb11d6b9;p=oom.git diff --git a/kubernetes/helm/plugins/deploy/deploy.sh b/kubernetes/helm/plugins/deploy/deploy.sh index 9d7ffd7d06..3b16bf35d5 100755 --- a/kubernetes/helm/plugins/deploy/deploy.sh +++ b/kubernetes/helm/plugins/deploy/deploy.sh @@ -271,7 +271,7 @@ deploy() { #So cache the results to prevent repeated execution. ALL_HELM_RELEASES=$(helm ls -q) - for subchart in strimzi cassandra mariadb-galera postgres ; do + for subchart in strimzi roles-wrapper repository-wrapper cassandra mariadb-galera postgres ; do SUBCHART_OVERRIDES=$CACHE_SUBCHART_DIR/$subchart/subchart-overrides.yaml SUBCHART_ENABLED=0