REFACTOR(repo): restructure apps folder and remove CreateNamespace

- Remove argocd/ and helm-values/ subdirectories
- Move files to parent directory (argocd.yaml, helm-values.yaml)
- Update helm valueFiles paths in ArgoCD Applications
- Remove CreateNamespace=true from all applications
- Namespace creation now handled by namespace.yaml with Goldilocks labels
This commit is contained in:
2025-12-29 00:25:33 +09:00
parent c7c7698610
commit 71f7f1b741
9 changed files with 6 additions and 15 deletions

View File

@@ -24,7 +24,6 @@ spec:
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true