Skip to content

Commit

Permalink
alias
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Jun 16, 2024
1 parent 09a6c43 commit 2c4dd5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +31,3 @@ spec:
items:
- key: .dockerconfigjson
path: config.json

0 comments on commit 2c4dd5d

Please sign in to comment.