Compare commits

...

2 Commits

Author SHA1 Message Date
Christian
01ee6a9789
Merge dc8d99e02f into b3bcf6d9c1 2026-01-12 12:49:52 +02:00
Christian
dc8d99e02f remove runAs directive to allow running deployment on OpenShift
Signed-off-by: Christian <schlatter@puzzle.ch>
2025-09-24 16:37:56 +02:00
2 changed files with 0 additions and 4 deletions

View File

@ -58,8 +58,6 @@ spec:
drop: drop:
- ALL - ALL
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsGroup: 10001
runAsUser: 10001
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
volumes: volumes:

View File

@ -1021,8 +1021,6 @@ spec:
drop: drop:
- ALL - ALL
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
runAsGroup: 10001
runAsUser: 10001
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
volumeMounts: volumeMounts: