diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index 38d99d5b04c90315d41a30446cbe0981d75692da..380535ee66dedbd45ed8b4585a589992ca0af187 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 a19003a4316eaf5a01f98975fb31578dc3461c95..9b5c9bc8f930d2dcf8c83841bfd946d153d572f5 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: