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