Change container name for runtime container to environment name in newdeploy (#2044)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-02 16:23:53 +05:30
committed by GitHub
parent 5f47a25711
commit e6c13057ce
3 changed files with 11 additions and 4 deletions
@@ -13,7 +13,7 @@ spec:
runtime:
image: fission/node-env
container:
name: nodehellond
name: nodend
volumeMounts:
- name: cvol
mountPath: /etc/cvoldata
@@ -22,7 +22,7 @@ spec:
hostname: foo-bar
# A container which will be merged with for pool manager
containers:
- name: nodehellond
- name: nodend
image: fission/node-env
volumeMounts:
- name: funcvol