diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index d22c0655..500c9462 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -5,6 +5,10 @@ metadata: spec: template: spec: + hostAliases: + - ip: "127.0.0.1" + hostnames: + - "harbor.bsunter.net" containers: - name: build image: gcr.io/kaniko-project/executor:latest @@ -27,4 +31,3 @@ spec: items: - key: .dockerconfigjson path: config.json -