Remove plaintext telegram-notify secrets from git (n8n/portfolio/openclaw/polymarket-bot)

Phase 3c: hooks now read telegram-notify-infisical (synced from homelab/prod
/telegram). Deleting these 4 manifests prunes the old plaintext secrets — the
bot token leaves git for the remaining 4 namespaces. Completes migration #1.

NOTE: polymarket-bot/bot-secrets still embeds the same token (migration #3).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 20:34:16 +00:00
co-authored by Claude Opus 4.8
parent b124f128e6
commit 0e50d88b54
4 changed files with 0 additions and 36 deletions
-9
View File
@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: telegram-notify
namespace: n8n
type: Opaque
data:
TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw==
TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==
-9
View File
@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: telegram-notify
namespace: openclaw
type: Opaque
data:
TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw==
TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==
@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: telegram-notify
namespace: polymarket-bot
type: Opaque
data:
TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw==
TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==
-9
View File
@@ -1,9 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: telegram-notify
namespace: portfolio
type: Opaque
data:
TELEGRAM_BOT_TOKEN: ODYxMTkxMzgwMjpBQUZsckZ0YzB2WUlTT2xpT19XOEI0Yy1XMXVlMGhHOUZpbw==
TELEGRAM_CHAT_ID: NTEzODQwNzY2Ng==