Skip to content

Commit e57029c

Browse files
Add hostAliases definition
1 parent 2895628 commit e57029c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.tekton/learning-resources-pull-request.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ spec:
6868
value: pipelines/platform-ui/docker-build-run-all-tests.yaml
6969
taskRunTemplate:
7070
serviceAccountName: build-pipeline-learning-resources
71+
podTemplate:
72+
hostAliases:
73+
# Webpack explicitly binds to this address; don't remove or change this without careful consideration
74+
- ip: "127.0.0.1"
75+
hostnames:
76+
- "stage.foo.redhat.com"
77+
- "prod.foo.redhat.com"
7178
workspaces:
7279
- name: workspace
7380
volumeClaimTemplate:

0 commit comments

Comments
 (0)