From d30ad6fbd87e550a7548160ea6fce42723d6cfb3 Mon Sep 17 00:00:00 2001 From: kaffa Date: Wed, 18 Mar 2026 17:01:00 -0700 Subject: [PATCH] Fix n8n PVC: pin volumeName to existing PV Prevents ArgoCD from unbinding the existing PV on sync. Co-Authored-By: Claude Opus 4.6 (1M context) --- n8n/pvc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/n8n/pvc.yaml b/n8n/pvc.yaml index 9dff44b..0a9ca30 100644 --- a/n8n/pvc.yaml +++ b/n8n/pvc.yaml @@ -6,6 +6,7 @@ spec: accessModes: - ReadWriteOnce storageClassName: longhorn + volumeName: pvc-ebe4dd9c-8c9a-4485-91e0-9adf2b14b699 resources: requests: storage: 5Gi