Skip to content

Commit

Permalink
explicitly allow privilege escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Apr 22, 2024
1 parent 77da060 commit 575f456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/deployment.yaml.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
securityContext:
readOnlyRootFilesystem: true
{{ if .NeedsPrivileged }}
allowPrivilegeEscalation: true
privileged: true
{{ end }}
containers:
Expand Down

0 comments on commit 575f456

Please sign in to comment.