FIX(repo): set ha.config to empty to avoid duplicate listener
- Set HA config to empty - Prevent duplicate listener issue
This commit is contained in:
@@ -22,6 +22,8 @@ server:
|
|||||||
replicas: 3
|
replicas: 3
|
||||||
raft:
|
raft:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# Empty config - actual config is in vault-config-secret
|
||||||
|
config: ""
|
||||||
|
|
||||||
# PVC 비활성화 (PostgreSQL 사용)
|
# PVC 비활성화 (PostgreSQL 사용)
|
||||||
dataStorage:
|
dataStorage:
|
||||||
|
|||||||
Reference in New Issue
Block a user