From f9ccd1bc66bff4cc639f397b6671e888d539d41a Mon Sep 17 00:00:00 2001 From: ondal Date: Tue, 2 Dec 2025 16:14:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=92=80=20?= =?UTF-8?q?=EC=8B=9C=ED=81=AC=EB=A6=BF=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - secret-imagepull.yaml 파일 제거 - kustomization.yaml에서 참조 제거 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../kustomize/base/common/secret-imagepull.yaml | 16 ---------------- .github/kustomize/base/kustomization.yaml | 1 - 2 files changed, 17 deletions(-) delete mode 100644 .github/kustomize/base/common/secret-imagepull.yaml diff --git a/.github/kustomize/base/common/secret-imagepull.yaml b/.github/kustomize/base/common/secret-imagepull.yaml deleted file mode 100644 index 10e229e..0000000 --- a/.github/kustomize/base/common/secret-imagepull.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: phonebill -type: kubernetes.io/dockerconfigjson -stringData: - .dockerconfigjson: | - { - "auths": { - "docker.io": { - "username": "${DOCKER_USERNAME}", - "password": "${DOCKER_PASSWORD}", - "auth": "${DOCKER_AUTH}" - } - } - } \ No newline at end of file diff --git a/.github/kustomize/base/kustomization.yaml b/.github/kustomize/base/kustomization.yaml index c1ba52f..b282783 100644 --- a/.github/kustomize/base/kustomization.yaml +++ b/.github/kustomize/base/kustomization.yaml @@ -8,7 +8,6 @@ resources: # Common resources - common/cm-common.yaml - common/secret-common.yaml - - common/secret-imagepull.yaml - common/ingress.yaml # API Gateway