From 576f6505696d11d738369157189bc61d5859292a Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Mon, 9 Aug 2021 10:42:42 -0400 Subject: [PATCH] remove pv volume for hospath --- chart/templates/console/deployment.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index 38d99d5..380535e 100644 --- a/chart/templates/console/deployment.yaml +++ b/chart/templates/console/deployment.yaml @@ -86,7 +86,7 @@ spec: configMap: name: twistlock-console - name: syslog-socket - {{- if .Values.console.syslogPersistence.enabled}} + {{- if .Values.console.syslogAuditIntegration.enabled}} hostPath: path: "/dev/log" {{- else}} diff --git a/chart/values.yaml b/chart/values.yaml index a19003a..9b5c9bc 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -34,7 +34,7 @@ console: size: 100Gi accessMode: ReadWriteOnce # Enable syslog audit feature - syslogPersistence: + syslogAuditIntegration: enabled: false affinity: -- GitLab