diff options
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-x | demo-k8s.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh index 971c0c4..8f74139 100755 --- a/demo-k8s.sh +++ b/demo-k8s.sh @@ -166,6 +166,10 @@ do TAG="cds" shift ;; + distributeVFWNG) + TAG="distributeVFWNG" + shift + ;; *) usage exit |