mattermost-helm icon indicating copy to clipboard operation
mattermost-helm copied to clipboard

The possibility to add securityContext in the manifest file while using the Helm Mattermost Operator

Open lucasscheepers opened this issue 2 years ago • 1 comments

The possibility to add securityContext in the manifest file while using the Helm Mattermost Operator, like below:

apiVersion: installation.mattermost.com/v1beta1
kind: Mattermost
metadata:
  name: mattermost
  namespace: $NAMESPACE
spec:
  securityContext:
    runAsUser: 1000
    runAsGroup: 1000
    runAsNonRoot: true
...

Related issue: https://github.com/mattermost/mattermost-helm/issues/315#issue-1167316397. This is already possible in the team and enterprise editions Helm charts, but this is not the case for the manifest file. Or is it :sweat_smile: ?

lucasscheepers avatar Apr 20 '22 13:04 lucasscheepers