From 846f0c708e2d085a19364854f7d7be5728a96dfc Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 02:57:29 +0200 Subject: [PATCH] fix: correctif cicd --- chart/templates/Deployment.surreal.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chart/templates/Deployment.surreal.yaml b/chart/templates/Deployment.surreal.yaml index 62379af..7132578 100644 --- a/chart/templates/Deployment.surreal.yaml +++ b/chart/templates/Deployment.surreal.yaml @@ -35,8 +35,7 @@ spec: - name: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb" image: "surrealdb/surrealdb:latest" imagePullPolicy: Always - command: - - start + command: ["start"] ports: - containerPort: 8000 name: http