From 7012657cbc1f1091960e9c48db36fd74a2537b9a Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Thu, 5 Aug 2021 12:59:29 -0400 Subject: [PATCH] remove host mount path and volume --- chart/templates/console/deployment.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index 9c34e07..6426a55 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" + -- GitLab