From dc31575f03db0668aa3944884d6c94a9e77880be Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 03:04:39 +0900 Subject: [PATCH] FIX(repo): set ha.config to empty to avoid duplicate listener - Set HA config to empty - Prevent duplicate listener issue --- vault/helm-values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vault/helm-values.yaml b/vault/helm-values.yaml index e89b1c4..8c852b9 100644 --- a/vault/helm-values.yaml +++ b/vault/helm-values.yaml @@ -22,6 +22,8 @@ server: replicas: 3 raft: enabled: false + # Empty config - actual config is in vault-config-secret + config: "" # PVC 비활성화 (PostgreSQL 사용) dataStorage: