Skip to content

Commit 6ac0801

Browse files
authored
prow: reapply regsitry-pull preset (#78007)
On two previous attempts this change was [reverted](416f39d) by a misbehaving `private-prow-configs-mirror` tool. This should be fixed now, so we should be able to reapply.
1 parent 1ce094b commit 6ac0801

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

core-services/prow/02_config/_config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,18 @@ plank:
596596
index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}). [Your PR dashboard](https://qe-private-deck-ci.apps.ci.l2s4.p1.openshiftapps.com/pr?query=is:pr+state:open+author:{{with
597597
index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}).'
598598
pod_namespace: ci
599+
presets:
600+
- env: null
601+
labels:
602+
presets.ci.openshift.io/registry-pull: "true"
603+
volumeMounts:
604+
- mountPath: /etc/pull-secret
605+
name: pull-secret
606+
readOnly: true
607+
volumes:
608+
- name: pull-secret
609+
secret:
610+
secretName: registry-pull-credentials
599611
prowjob_default_entries:
600612
- cluster: '*'
601613
config:

0 commit comments

Comments
 (0)