REFACTOR(deploy): remove argocd yaml
- Remove ArgoCD application from kustomization - Prevent duplicate resource management
This commit is contained in:
@@ -14,7 +14,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/jovies
|
||||
newTag: develop-sha-422977ae47ad6f57aea541d216758d888e589314
|
||||
newTag: develop-sha-b27f4a1c67210ae1b2d1096e35c19c70258d9a66
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user