Compare commits
1 Commits
49dbcec904
...
8eb6d78f6f
| Author | SHA1 | Date | |
|---|---|---|---|
| 8eb6d78f6f |
@@ -11,6 +11,9 @@ spec:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
- name: publish
|
||||
image: registry.fedoraproject.org/fedora
|
||||
command:
|
||||
@@ -19,3 +22,7 @@ spec:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
runAsUser: 1000
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
|
||||
Reference in New Issue
Block a user