UNCLASSIFIED

Commit 7012657c authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

remove host mount path and volume

parent c51f1b4d
Pipeline #407939 canceled with stages
in 4 minutes and 11 seconds
...@@ -76,8 +76,7 @@ spec: ...@@ -76,8 +76,7 @@ spec:
- name: console-persistent-volume - name: console-persistent-volume
mountPath: "/var/lib/twistlock-backup" mountPath: "/var/lib/twistlock-backup"
subPath: "var/lib/twistlock-backup" subPath: "var/lib/twistlock-backup"
- name: syslog-socket
mountPath: "/dev/log"
volumes: volumes:
- name: console-persistent-volume - name: console-persistent-volume
persistentVolumeClaim: persistentVolumeClaim:
...@@ -85,7 +84,5 @@ spec: ...@@ -85,7 +84,5 @@ spec:
- name: twistlock-config-volume - name: twistlock-config-volume
configMap: configMap:
name: twistlock-console name: twistlock-console
- name: syslog-socket
persistentVolumeClaim:
claimName: "syslog-socket"
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