Skip to content
Snippets Groups Projects
Verified Commit 762486ef authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(sbom-operator): Fix volume permissions

parent ad803a01
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ spec:
spec:
template:
spec:
securityContext:
fsGroup: 1001
volumes:
- name: tmp
emptyDir: null
......@@ -63,4 +65,5 @@ data:
memory: 256Mi
limits:
cpu: "1"
memory: "2Gi"
\ No newline at end of file
memory: "2Gi"
podSecurityPolicy:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment