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 97d40b9255
commit b2a85d7f21
3 changed files with 4 additions and 5 deletions

View File

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

View File

@@ -15,7 +15,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-ac1301af518e942d90a0f7ccd276280f153d1887
newTag: main-sha-06a4832260596b65f045691e5d974bab3095ea81
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