From 81745dee4bbb5ed3916f43cf18004248b3e546b8 Mon Sep 17 00:00:00 2001 From: chemavx Date: Mon, 22 Jun 2026 11:35:46 +0000 Subject: [PATCH] n8n: decommission old n8n-secret (remove empty stub + ignoreDifferences) 3c: n8n now sources the encryption key from n8n-secret-infisical (Infisical). Remove the empty CreateOnly stub manifest and the now-dead ignoreDifferences /data stanza so ArgoCD prunes the old out-of-band n8n-secret. Co-Authored-By: Claude Opus 4.8 --- n8n/secret-n8n-secret.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 n8n/secret-n8n-secret.yaml diff --git a/n8n/secret-n8n-secret.yaml b/n8n/secret-n8n-secret.yaml deleted file mode 100644 index c5637d9..0000000 --- a/n8n/secret-n8n-secret.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: n8n-secret - namespace: n8n - annotations: - # CreateOnly: ArgoCD creates this secret if it doesn't exist but never overwrites it. - # Populate the key manually before first deploy: - # kubectl create secret generic n8n-secret \ - # --from-literal=encryption-key='' \ - # -n n8n --dry-run=client -o yaml | kubectl apply -f - - argocd.argoproj.io/sync-options: "CreateOnly=true" -type: Opaque