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:
parent
158f6643c1
commit
1920b1e36c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user