From f6a3c9850cafedf688f6c83cd979b002bcdd1946 Mon Sep 17 00:00:00 2001 From: hiondal Date: Sat, 13 Sep 2025 02:19:24 +0900 Subject: [PATCH] =?UTF-8?q?Kustomize=20base=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC=20-=20commonLabels=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Base kustomization에서 commonLabels 섹션 제거 - 환경별 네임스페이스로 충분한 리소스 분리 구현 - 모든 환경 빌드 검증 완료 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- deployment/cicd/kustomize/base/kustomization.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deployment/cicd/kustomize/base/kustomization.yaml b/deployment/cicd/kustomize/base/kustomization.yaml index 14099a4..e6ec7ef 100644 --- a/deployment/cicd/kustomize/base/kustomization.yaml +++ b/deployment/cicd/kustomize/base/kustomization.yaml @@ -42,9 +42,6 @@ resources: - kos-mock/service.yaml - kos-mock/cm-kos-mock.yaml -commonLabels: - system: phonebill - images: - name: acrdigitalgarage01.azurecr.io/phonebill/api-gateway newTag: latest