Skip to content

Commit 3ce85d1

Browse files
authored
Merge pull request #3148 from querti/self-hosted-quay
feat(RELEASE-2158): Support self-hosted Quay
2 parents 36834a2 + 2281228 commit 3ce85d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tasks/verify-conforma-konflux-ta/0.1/verify-conforma-konflux-ta.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ spec:
245245
volumeMounts:
246246
- mountPath: /var/workdir
247247
name: workdir
248+
- name: trusted-ca
249+
mountPath: /mnt/trusted-ca
250+
readOnly: true
251+
- name: trusted-ca
252+
mountPath: /etc/ssl/certs/ca-custom-bundle.crt
253+
subPath: ca-bundle.crt
254+
readOnly: true
248255
env:
249256
- name: "ORAS_OPTIONS"
250257
value: "$(params.ORAS_OPTIONS)"

0 commit comments

Comments
 (0)