From 143ef4da9bce91e21db5df1f3da2afa66dd4d33c Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 03:11:12 +0200 Subject: [PATCH] fix: correctif cicd --- chart/templates/Deployment.surreal.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/templates/Deployment.surreal.yaml b/chart/templates/Deployment.surreal.yaml index 1d56d4e..25759f6 100644 --- a/chart/templates/Deployment.surreal.yaml +++ b/chart/templates/Deployment.surreal.yaml @@ -35,7 +35,8 @@ spec: - name: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb" image: "surrealdb/surrealdb:latest" imagePullPolicy: Always - command: ["/surreal start"] + command: ["/surreal"] + args: ["start"] ports: - containerPort: 8000 name: http