From da1b63148e732cc5907e1b0b1a446c59cc61ef87 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 3 Feb 2024 21:18:03 +0100 Subject: [PATCH] feat: should somehow be a list Signed-off-by: kjuulh --- templates/kustomize/base/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/kustomize/base/deployment.yaml b/templates/kustomize/base/deployment.yaml index b0266ab..2b29ba7 100644 --- a/templates/kustomize/base/deployment.yaml +++ b/templates/kustomize/base/deployment.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: "{{ service }}" - command: {{ service }} + command: [{{ service }}] args: ["serve"] image: "deployment:latest" ports: