REFACTOR(deploy): remove argocd yaml

- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
This commit is contained in:
2025-12-17 18:14:11 +09:00
parent c1245377e3
commit b9e68a1bea
2 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: develop-sha-ea19176b54a7e1a645f103ca1a56d6e5fc3e539f
newTag: develop-sha-7a5e45bfa0d7214137a5352fee4cdc86d99936c4
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -2,9 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# App of Apps Application
# App of Apps Application (self-managing)
- application.yaml
# Application deployments
# Application deployments (prod and dev)
- application-dev.yaml
- deploy/argocd/application.yaml