Add CDS test option to demo-k8s.sh
[oom.git] / kubernetes / robot / demo-k8s.sh
index c4124c2..3fe511f 100755 (executable)
@@ -160,6 +160,10 @@ do
                        VARIABLES="$VARIABLES -v HB_SERVICE:$1"
                        shift
                        ;;
+       cds)
+                       TAG="cds"
+                       shift
+                       ;;
        *)
                        usage
                        exit