UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f3bf748f authored by Andrew Kesterson's avatar Andrew Kesterson
Browse files

Mattermost #155: Correct pod security context settings for postgresql primary

parent f0edb1c3
No related branches found
No related tags found
2 merge requests!4912SKIP UPGRADE CHECK mattermost update to 9.10.1-bb.2,!4904feat: Add Kiali labels for Mattermost/MattermostOperator
......@@ -107,9 +107,12 @@ postgresql:
{{ include "istioAnnotation" $ }}
podSecurityContext:
enabled: true
fsGroup: 26
runAsUser: 26
runAsGroup: 26
containerSecurityContext:
enabled: true
runAsUser: 26
runAsGroup: 26
runAsNonRoot: true
capabilities:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment