remove args
This commit is contained in:
@@ -214,8 +214,6 @@ plane:
|
||||
repository: makeplane/plane-frontend
|
||||
tag: v0.22-dev
|
||||
pullPolicy: IfNotPresent
|
||||
args:
|
||||
- node web/server.js web
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
@@ -251,8 +249,6 @@ plane:
|
||||
repository: makeplane/plane-space
|
||||
tag: v0.22-dev
|
||||
pullPolicy: IfNotPresent
|
||||
args:
|
||||
- node space/server.js space
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
@@ -288,8 +284,6 @@ plane:
|
||||
repository: makeplane/plane-admin
|
||||
tag: v0.22-dev
|
||||
pullPolicy: IfNotPresent
|
||||
args:
|
||||
- node admin/server.js admin
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
@@ -325,8 +319,6 @@ plane:
|
||||
repository: makeplane/plane-live
|
||||
tag: v0.22-dev
|
||||
pullPolicy: IfNotPresent
|
||||
args:
|
||||
- node live/dist/server.js live
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
|
Reference in New Issue
Block a user