Skip to content

Commit

Permalink
Change Openshift scc seLinuxContext to RunAsAny
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Pimpo <[email protected]>
  • Loading branch information
AlbertoPimpo committed Aug 6, 2024
1 parent 154127f commit 6f256e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fluent-bit/templates/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requiredDropCapabilities:
runAsUser:
type: RunAsAny
seLinuxContext:
type: MustRunAs
type: RunAsAny
supplementalGroups:
type: RunAsAny
volumes:
Expand Down

0 comments on commit 6f256e1

Please sign in to comment.