Skip to content

Commit 7c165de

Browse files
authored
[ISV-3630] Use the privileged container for the index signature verification task. (#444)
Co-authored-by: haripate <>
1 parent b93ebe8 commit 7c165de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/roles/index-signature-verification/files/tasks/verify-index-signatures.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ spec:
9292
9393
- name: pull-images-by-digest
9494
securityContext:
95-
runAsUser: 1000
96-
runAsGroup: 1000
95+
privileged: true
9796
image: "$(params.podman_image)"
9897
env:
9998
- name: STORAGE_DRIVER

0 commit comments

Comments
 (0)