1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Revert "Add privileged permission to jib-maven task"

This reverts commit 1920b1e36c.
This commit is contained in:
savita ashture 2021-04-27 16:23:28 +05:30 committed by tekton-robot
parent 46e0bb02bc
commit 94aede7853

View File

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