mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
이미지 풀 시크릿 파일 삭제
- secret-imagepull.yaml 파일 제거 - kustomization.yaml에서 참조 제거 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -8,7 +8,6 @@ resources:
|
|||||||
# Common resources
|
# Common resources
|
||||||
- common/cm-common.yaml
|
- common/cm-common.yaml
|
||||||
- common/secret-common.yaml
|
- common/secret-common.yaml
|
||||||
- common/secret-imagepull.yaml
|
|
||||||
- common/ingress.yaml
|
- common/ingress.yaml
|
||||||
|
|
||||||
# API Gateway
|
# API Gateway
|
||||||
|
|||||||
Reference in New Issue
Block a user