FEAT(app): add prod yaml to kustomization

- Add production ArgoCD Application to kustomization
- Enable prod deployment management
This commit is contained in:
2025-12-30 01:35:17 +09:00
parent f9a585cfe5
commit 25546df4f3
2 changed files with 2 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ resources:
- application.yaml
# Application deployments (prod and dev)
- application-prod.yaml
- application-dev.yaml