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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkacsandi committed Aug 9, 2024
1 parent 259dd54 commit db3d3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ secrets.
| trivyServer.serviceAccount.name | string | `""` | The name of the ServiceAccount to use. If not set and create is true, it will use the component's calculated name. |
| ui.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | Force the child process to run as non-privileged |
| ui.containerSecurityContext.capabilities.drop | list | `["ALL"]` | List of capabilities to be dropped |
| ui.containerSecurityContext.enabled | bool | `false` | Container security context enabled |
| ui.containerSecurityContext.enabled | bool | `true` | Container security context enabled |
| ui.containerSecurityContext.privileged | bool | `false` | Whether the container should run in privileged mode |
| ui.containerSecurityContext.readOnlyRootFilesystem | bool | `true` | Mounts the container file system as ReadOnly |
| ui.containerSecurityContext.runAsGroup | int | `101` | Group ID which the containers should run as |
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ui:

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 db3d3c0

Please sign in to comment.