From 0b802beaa34d188217539be3e413e46533c39767 Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Mon, 9 Aug 2021 11:17:34 -0400 Subject: [PATCH] remove pv volume for hospath --- chart/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 9325665..de04b1f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -33,7 +33,9 @@ console: persistence: size: 100Gi accessMode: ReadWriteOnce -# Enable syslog audit feature +# Enable syslog audit feature. + ## Make sure when integrating with bigbang - https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/chart/templates/gatekeeper/values.yaml there + ## is an exception for twistlock namespace in volumetypes. syslogAuditIntegration: enabled: false -- GitLab