FIX(test): move SealedSecret to overlays

- Remove sealed-argocd-token.yaml from base
- Add overlays/dev/sealed-argocd-token.yaml (namespace: portfolio-dev)
- Add overlays/prod/sealed-argocd-token.yaml (namespace: portfolio)
- Add SealedSecret references to each overlay kustomization.yaml
- SealedSecret includes namespace during encryption, needs per-env management
This commit is contained in:
2025-12-09 03:45:31 +09:00
parent 040a27ecc5
commit 8b05e5201e
6 changed files with 31 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ namespace: portfolio
resources:
- ../../base
- resourcequota.yaml
- sealed-argocd-token.yaml
commonLabels:
environment: production