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 db3d3c0 commit 75829d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ spec:
name: tmpfs-1
- mountPath: /var/cache/nginx
name: tmpfs-2
- mountPath: /tmp
name: tmpfs-3
volumes:
- name: tmpfs-1
emptyDir: {}
- name: tmpfs-2
emptyDir: {}
- name: tmpfs-3
emptyDir: {}
serviceAccountName: {{ include "vmclarity.ui.serviceAccountName" . }}
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: true
enabled: false
# -- User ID which the containers should run as
runAsUser: 101
# -- Group ID which the containers should run as
Expand Down

0 comments on commit 75829d6

Please sign in to comment.