summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index c4124c2..3fe511f 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -160,6 +160,10 @@ do
VARIABLES="$VARIABLES -v HB_SERVICE:$1"
shift
;;
+ cds)
+ TAG="cds"
+ shift
+ ;;
*)
usage
exit