From 14af6ab52ff24f864137bb0bca8649b18331f5db Mon Sep 17 00:00:00 2001 From: sairuby Date: Wed, 15 Apr 2020 09:59:41 -0600 Subject: [PATCH] I think, its deployment app It accepting deployment app value. it creates pod with appname-version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a916ed..c4d653d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The rest of the parameters are provided as command line arguments | Parameter | Argument Number | Description | | ----------| --------------- | --------------- | | Service | 1 | Name of the existing service | -| Deployment | 2 | Name of the existing deployment | +| Deployment | 2 | Name of the existing deployment app | | New version | 3 | Tag of the new docker image | | Health command | 4 | Currently unused | | Health seconds | 5 | Time where both deployments will co-exist |