UNCLASSIFIED

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: ...@@ -86,7 +86,7 @@ spec:
configMap: configMap:
name: twistlock-console name: twistlock-console
- name: syslog-socket - name: syslog-socket
{{- if .Values.console.syslogPersistence.enabled}} {{- if .Values.console.syslogAuditIntegration.enabled}}
hostPath: hostPath:
path: "/dev/log" path: "/dev/log"
{{- else}} {{- else}}
......
...@@ -34,7 +34,7 @@ console: ...@@ -34,7 +34,7 @@ console:
size: 100Gi size: 100Gi
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
# Enable syslog audit feature # Enable syslog audit feature
syslogPersistence: syslogAuditIntegration:
enabled: false enabled: false
affinity: 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