REFACTOR(deploy): remove argocd yaml

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

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/jovies
newTag: develop-sha-422977ae47ad6f57aea541d216758d888e589314
newTag: develop-sha-b27f4a1c67210ae1b2d1096e35c19c70258d9a66
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