From a1a473b1b4cf7deffb9564ef8dfb8526e31231fa Mon Sep 17 00:00:00 2001 From: k5sha Date: Tue, 19 May 2026 20:10:24 +0300 Subject: [PATCH] fix(secrets): change secret name for tg bot --- manifests/tg-bot/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/tg-bot/deployment.yaml b/manifests/tg-bot/deployment.yaml index 36f402b..dd13aeb 100644 --- a/manifests/tg-bot/deployment.yaml +++ b/manifests/tg-bot/deployment.yaml @@ -35,7 +35,7 @@ spec: valueFrom: secretKeyRef: name: tg-bot-secrets - key: bot-token + key: bot_token resources: requests: memory: "128Mi"