Repoint PostSync hooks to telegram-notify-infisical (n8n/portfolio/openclaw/polymarket-bot)
Phase 3b: all 4 hooks' secretKeyRefs now read the Infisical-managed secret. Old plaintext telegram-notify secrets stay as fallback until 3c. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -19,12 +19,12 @@ spec:
|
|||||||
- name: TELEGRAM_BOT_TOKEN
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_BOT_TOKEN
|
key: TELEGRAM_BOT_TOKEN
|
||||||
- name: TELEGRAM_CHAT_ID
|
- name: TELEGRAM_CHAT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_CHAT_ID
|
key: TELEGRAM_CHAT_ID
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ spec:
|
|||||||
- name: TELEGRAM_BOT_TOKEN
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_BOT_TOKEN
|
key: TELEGRAM_BOT_TOKEN
|
||||||
- name: TELEGRAM_CHAT_ID
|
- name: TELEGRAM_CHAT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_CHAT_ID
|
key: TELEGRAM_CHAT_ID
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ spec:
|
|||||||
- name: TELEGRAM_BOT_TOKEN
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_BOT_TOKEN
|
key: TELEGRAM_BOT_TOKEN
|
||||||
- name: TELEGRAM_CHAT_ID
|
- name: TELEGRAM_CHAT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_CHAT_ID
|
key: TELEGRAM_CHAT_ID
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ spec:
|
|||||||
- name: TELEGRAM_BOT_TOKEN
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_BOT_TOKEN
|
key: TELEGRAM_BOT_TOKEN
|
||||||
- name: TELEGRAM_CHAT_ID
|
- name: TELEGRAM_CHAT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: telegram-notify
|
name: telegram-notify-infisical
|
||||||
key: TELEGRAM_CHAT_ID
|
key: TELEGRAM_CHAT_ID
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user