summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-12-06 11:39:05 -0500
committerBrian Freeman <bf1936@att.com>2019-12-06 11:39:50 -0500
commit53949ab8d44a4981733ca813ef6716bf508e34f5 (patch)
tree7d2122dae29f68067c5185a8c8bfb535d0909313
parent6e38b492acd3ec44a869055092399b6f18c659b8 (diff)
Add distributeVCPE
Issue-ID: INT-1397 Change-Id: I172fc986207a61c91b2dc9b1efa5c58bd689ea06 Signed-off-by: Brian Freeman <bf1936@att.com>
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index eca3232..c29ff41 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -112,6 +112,10 @@ do
TAG="InitDemo"
shift
;;
+ distribute_vcpe)
+ TAG="distributeVCPE"
+ shift
+ ;;
init_customer)
TAG="InitCustomer"
shift