From 75829d6248ad432ff47a79eae30821e9a9baf020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Kacs=C3=A1ndi?= Date: Fri, 9 Aug 2024 11:52:11 +0200 Subject: [PATCH] test --- .../kubernetes/helm/vmclarity/templates/ui/deployment.yaml | 4 ++++ installation/kubernetes/helm/vmclarity/values.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/installation/kubernetes/helm/vmclarity/templates/ui/deployment.yaml b/installation/kubernetes/helm/vmclarity/templates/ui/deployment.yaml index 584469e0f..4f91c0a8b 100644 --- a/installation/kubernetes/helm/vmclarity/templates/ui/deployment.yaml +++ b/installation/kubernetes/helm/vmclarity/templates/ui/deployment.yaml @@ -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" . }} diff --git a/installation/kubernetes/helm/vmclarity/values.yaml b/installation/kubernetes/helm/vmclarity/values.yaml index f69d6c4ce..f14ad3b90 100644 --- a/installation/kubernetes/helm/vmclarity/values.yaml +++ b/installation/kubernetes/helm/vmclarity/values.yaml @@ -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