diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index 9c34e076d298da3e6c004fade849d1afeba3dc56..6426a55fd2d7da2dc4bad974a63f0e9b7f955633 100644 --- a/chart/templates/console/deployment.yaml +++ b/chart/templates/console/deployment.yaml @@ -76,8 +76,7 @@ spec: - name: console-persistent-volume mountPath: "/var/lib/twistlock-backup" subPath: "var/lib/twistlock-backup" - - name: syslog-socket - mountPath: "/dev/log" + volumes: - name: console-persistent-volume persistentVolumeClaim: @@ -85,7 +84,5 @@ spec: - name: twistlock-config-volume configMap: name: twistlock-console - - name: syslog-socket - persistentVolumeClaim: - claimName: "syslog-socket" +