Skip to content

Commit

Permalink
allow k0scontroller logs collector to run as root (#1319)
Browse files Browse the repository at this point in the history
* allow k0scontroller logs collector to run as root

* remove privilege escallation permissions
  • Loading branch information
laverya authored Oct 14, 2024
1 parent d39db4a commit cfc970c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ data:
hostIPC: true
hostNetwork: true
hostPID: true
securityContext: {}
securityContext:
runAsUser: 0
tolerations:
- operator: Exists
volumes:
Expand Down Expand Up @@ -65,7 +66,8 @@ data:
hostIPC: true
hostNetwork: true
hostPID: true
securityContext: {}
securityContext:
runAsUser: 0
tolerations:
- operator: Exists
volumes:
Expand Down

0 comments on commit cfc970c

Please sign in to comment.