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