mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +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:
parent
3d8d72ac2b
commit
f9ccd1bc66
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
.github/kustomize/base/kustomization.yaml
vendored
1
.github/kustomize/base/kustomization.yaml
vendored
@ -8,7 +8,6 @@ resources:
|
||||
# Common resources
|
||||
- common/cm-common.yaml
|
||||
- common/secret-common.yaml
|
||||
- common/secret-imagepull.yaml
|
||||
- common/ingress.yaml
|
||||
|
||||
# API Gateway
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user