diff options
author | 2018-11-02 01:25:36 +0000 | |
---|---|---|
committer | 2018-11-02 01:25:36 +0000 | |
commit | b2f0e71ea6b362e7d08a080a12f64e3a7e745cc9 (patch) | |
tree | fdf3716cdd7d612499be6fa1f10735a3c79b2873 | |
parent | 42c42926c948fc4b0db4c86818468dc9726477d7 (diff) | |
parent | b39937bab8fa3ec533af1bca8c24ab238697e867 (diff) |
Merge "Automate vFWNG model distribution for CDS"
-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 |