feat: should somehow be a list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
6d745fe6f9
commit
da1b63148e
@ -10,7 +10,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: "{{ service }}"
|
- name: "{{ service }}"
|
||||||
command: {{ service }}
|
command: [{{ service }}]
|
||||||
args: ["serve"]
|
args: ["serve"]
|
||||||
image: "deployment:latest"
|
image: "deployment:latest"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user