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

@@ -4,7 +4,7 @@ kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- sealed-argocd-token.yaml
# SealedSecret은 각 overlay에서 관리
commonLabels:
app.kubernetes.io/name: portfolio