From 86804304ec7af209608772518e76cca11dd83be6 Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Thu, 5 Aug 2021 14:24:52 -0400 Subject: [PATCH] add changelog --- chart/templates/console/deployment.yaml | 7 +++++-- tests/test-values.yml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/chart/templates/console/deployment.yaml b/chart/templates/console/deployment.yaml index 6426a55..9c34e07 100644 --- a/chart/templates/console/deployment.yaml +++ b/chart/templates/console/deployment.yaml @@ -76,7 +76,8 @@ 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: @@ -84,5 +85,7 @@ spec: - name: twistlock-config-volume configMap: name: twistlock-console - + - name: syslog-socket + persistentVolumeClaim: + claimName: "syslog-socket" diff --git a/tests/test-values.yml b/tests/test-values.yml index b0d2e56..6a40ac3 100644 --- a/tests/test-values.yml +++ b/tests/test-values.yml @@ -10,6 +10,8 @@ imagePullSecrets: console: persistence: size: 5Gi + syslogPersistence: + size: 5Gi bbtests: enabled: true -- GitLab