summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-29 15:06:52 -0400
committerDR695H <dr695h@att.com>2019-07-29 15:06:52 -0400
commit6ad31604f373afdb5dbcf4ff0655f5e1755c13b8 (patch)
treedb9c07396bdfd646992882d57b1727b3ceb4f9d4
parentef612836c77a61d128d71b0cf48cbe8614ccdfd7 (diff)
matching changes to other ete helm chart
Issue-ID: TEST-174 Change-Id: If167fb2c3c7d519ce20b570698d98f3348324ada Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xeteHelm-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eteHelm-k8s.sh b/eteHelm-k8s.sh
index c58d8a8..0fa8e94 100755
--- a/eteHelm-k8s.sh
+++ b/eteHelm-k8s.sh
@@ -30,7 +30,7 @@ export NAMESPACE="$1"
POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot)
-PROJECTS=$(helm list | tail +3 | grep '-' | cut -d' ' -f1 | sed -E 's/\w+-(\w+)/health-\1/g' | grep -v consul | grep -v nfs-provision)
+PROJECTS=$(helm list | tail -n +3 | grep '-' | cut -d' ' -f1 | sed -E 's/\w+-(\w+)/health-\1/g' | grep -v consul | grep -v nfs-provision)
TAGS=""
for project in $PROJECTS ;