commit | 8b547e2b250f2d9c01d613a9c977a1f10391214d | [log] [tgz] |
---|---|---|
author | Ilya Kharin <ikharin@mirantis.com> | Thu Mar 16 15:20:31 2017 +0400 |
committer | Ilya Kharin <ikharin@mirantis.com> | Thu Mar 16 15:54:18 2017 +0400 |
tree | 5028ebf9decb190cf129f720ddaef1db5f353074 | |
parent | fd293c45df60b5f9b17f055c6ad34a59cf8ca35a [diff] |
Remove command from deployment An entrypoint and a command will be re-used from the image. Change-Id: Iab5b0910a24746ba9aa9f165d0af8dd68ebfc3b2
diff --git a/devops_portal/files/kubernetes/devops_portal-deploy.yaml b/devops_portal/files/kubernetes/devops_portal-deploy.yaml index f5d13fe..d6fced2 100644 --- a/devops_portal/files/kubernetes/devops_portal-deploy.yaml +++ b/devops_portal/files/kubernetes/devops_portal-deploy.yaml
@@ -14,10 +14,6 @@ containers: - name: nginx image: {{ container.image }} - command: - - nginx - - -c - - /etc/nginx/config/nginx.conf env: - name: CONFIGMAP_HASH value: {{ salt['hashutil.digest_file'](config.base_dir + '/kubernetes/devops_portal-cm.yaml') }}