feat(n8n): auto-reload del deployment al cambiar n8n-secret-infisical (operator Infisical)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 15:16:33 +00:00
co-authored by Claude Fable 5
parent 9dbcb0896e
commit 395102a85e
+4
View File
@@ -3,6 +3,10 @@ kind: Deployment
metadata: metadata:
name: n8n name: n8n
namespace: n8n namespace: n8n
annotations:
# El operator de Infisical redespliega este Deployment cuando cambia
# n8n-secret-infisical (p.ej. rotación de GETXAPI_TOKEN) — sin kubectl manual.
secrets.infisical.com/auto-reload: "true"
spec: spec:
replicas: 1 replicas: 1
selector: selector: