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"