FIX(app): fix Kustomize path issue

- Remove ../../vault path from base kustomization (security)
- Reference vault/mas-postgres.yaml directly from prod overlay
This commit is contained in:
2025-12-24 16:26:17 +09:00
parent 624147162d
commit 0b34310b19
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ../../vault/mas-postgres.yaml
commonLabels:
app.kubernetes.io/name: mas