UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 576f6505 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

remove pv volume for hospath

parent 565b8e90
Pipeline #414816 passed with stages
in 2 minutes and 38 seconds
......@@ -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}}
......
......@@ -34,7 +34,7 @@ console:
size: 100Gi
accessMode: ReadWriteOnce
# Enable syslog audit feature
syslogPersistence:
syslogAuditIntegration:
enabled: false
affinity:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment