Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(ui): enable podSecurityContext and containerSecurityContext for…
Browse files Browse the repository at this point in the history
… the UI
  • Loading branch information
zsoltkacsandi committed Aug 8, 2024
1 parent c714550 commit af14348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ ui:

podSecurityContext:
# -- Pod security context enabled
enabled: false
enabled: true
# -- Pod security context fsGroup
fsGroup: 101

containerSecurityContext:
# -- Container security context enabled
enabled: false
enabled: true
# -- User ID which the containers should run as
runAsUser: 101
# -- Group ID which the containers should run as
Expand Down

0 comments on commit af14348

Please sign in to comment.