remove args

This commit is contained in:
2024-09-19 00:16:56 -05:00
parent 1d7c0ce08c
commit eb2d364bc7

View File

@@ -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: