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