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:
|
images:
|
||||||
- name: ghcr.io/mayne0213/jovies
|
- name: ghcr.io/mayne0213/jovies
|
||||||
newTag: develop-sha-498f707f39a515e148c4dd3422745f92be137968
|
newTag: develop-sha-b27f4a1c67210ae1b2d1096e35c19c70258d9a66
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ commonLabels:
|
|||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/mayne0213/jovies
|
- name: ghcr.io/mayne0213/jovies
|
||||||
newTag: main-sha-422977ae47ad6f57aea541d216758d888e589314
|
newTag: main-sha-879cb420edb94a27a6ecd00d9383a6edd0ab4c0c
|
||||||
|
|
||||||
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