1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-24 06:15:46 +00:00

Add privileged permission to jib-maven task

This commit is contained in:
savitaashture 2021-04-21 18:47:26 +05:30 committed by tekton-robot
parent 158f6643c1
commit 1920b1e36c

View File

@ -72,6 +72,8 @@ spec:
- name: $(params.CACHE)
mountPath: /workspace/.cache
subPath: jib-cache
securityContext:
privileged: true
- name: digest-to-results
image: $(params.MAVEN_IMAGE)