REFACTOR(deploy): remove argocd yaml
- Remove ArgoCD application from kustomization - Prevent duplicate resource management
This commit is contained in:
@@ -16,7 +16,7 @@ commonLabels:
|
|||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/mayne0213/todo
|
- name: ghcr.io/mayne0213/todo
|
||||||
newTag: develop-sha-ea19176b54a7e1a645f103ca1a56d6e5fc3e539f
|
newTag: develop-sha-7a5e45bfa0d7214137a5352fee4cdc86d99936c4
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
# App of Apps Application
|
# App of Apps Application (self-managing)
|
||||||
- application.yaml
|
- application.yaml
|
||||||
|
|
||||||
# Application deployments
|
# Application deployments (prod and dev)
|
||||||
- application-dev.yaml
|
- application-dev.yaml
|
||||||
- deploy/argocd/application.yaml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user