Skip to content

Commit

Permalink
Allow dynamic assignment of uid/gid
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Jul 18, 2023
1 parent a3b0cc0 commit 78ab08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 999
runAsNonRoot: true
runAsUser: 1000
# seccompProfile:
# type: RuntimeDefault
seccompProfile:
type: RuntimeDefault
volumeMounts:
- mountPath: /certs
name: cert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ spec:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 999
runAsNonRoot: true
runAsUser: 1000
# seccompProfile:
# type: RuntimeDefault
seccompProfile:
type: RuntimeDefault
volumeMounts:
- mountPath: /certs
name: cert
Expand Down

0 comments on commit 78ab08d

Please sign in to comment.