update secret for n8n
This commit is contained in:
parent
d6958a4a63
commit
a5e893b5ae
@ -71,6 +71,11 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: n8n-secrets
|
name: n8n-secrets
|
||||||
key: N8N_ENCRYPTION_KEY
|
key: N8N_ENCRYPTION_KEY
|
||||||
|
- name: TELEGRAM_BOT_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: n8n-secrets
|
||||||
|
key: TELEGRAM_BOT_TOKEN
|
||||||
{{- if .Values.env }}
|
{{- if .Values.env }}
|
||||||
{{- range $key, $value := .Values.env }}
|
{{- range $key, $value := .Values.env }}
|
||||||
- name: {{ $key }}
|
- name: {{ $key }}
|
||||||
|
|||||||
@ -43,3 +43,8 @@ resources:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user