UNCLASSIFIED

Commit b10fb0bb authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

remove pv volume for hospath

parent 0f2aad24
Pipeline #414733 passed with stages
in 2 minutes and 35 seconds
...@@ -86,5 +86,10 @@ spec: ...@@ -86,5 +86,10 @@ spec:
configMap: configMap:
name: twistlock-console name: twistlock-console
- name: syslog-socket - name: syslog-socket
{{- if .Values.console.syslogPersistence.enabled}}
hostPath:
path: "/dev/log"
{{- else}}
emptyDir: {} emptyDir: {}
{{- end}}
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