From 76215a8d7be10a1482b69a2b53030511a47ddcbc Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 03:53:02 +0200 Subject: [PATCH] fix: correctif cicd --- chart/templates/Deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/Deployment.yaml b/chart/templates/Deployment.yaml index 5737b36..1461713 100644 --- a/chart/templates/Deployment.yaml +++ b/chart/templates/Deployment.yaml @@ -91,7 +91,7 @@ spec: - name: "BOT_TOKEN" valueFrom: secretKeyRef: - name: "botdiscord" + name: "bot-discord-token" key: "token" - name: DB_URL value: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb"