update secret for n8n

This commit is contained in:
dvirlabs 2026-05-26 20:03:12 +03:00
parent d6958a4a63
commit a5e893b5ae
2 changed files with 10 additions and 0 deletions

View File

@ -71,6 +71,11 @@ spec:
secretKeyRef:
name: n8n-secrets
key: N8N_ENCRYPTION_KEY
- name: TELEGRAM_BOT_TOKEN
valueFrom:
secretKeyRef:
name: n8n-secrets
key: TELEGRAM_BOT_TOKEN
{{- if .Values.env }}
{{- range $key, $value := .Values.env }}
- name: {{ $key }}

View File

@ -43,3 +43,8 @@ resources:
limits:
cpu: 500m
memory: 512Mi
# Sensitive environment variables are injected from the n8n-secrets Secret
# Expected keys in n8n-secrets:
# - N8N_ENCRYPTION_KEY: Encryption key for n8n data
# - TELEGRAM_BOT_TOKEN: Telegram bot token for integrations