From 246a46c2e8807e5ef46aab9b80fba77c4059330f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 2 Feb 2019 20:47:26 +0100 Subject: [PATCH] Remove obsolete volume in deployment --- staging/deployment-neo4j.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/staging/deployment-neo4j.yaml b/staging/deployment-neo4j.yaml index ef394e36f..58ca7f24b 100644 --- a/staging/deployment-neo4j.yaml +++ b/staging/deployment-neo4j.yaml @@ -65,19 +65,6 @@ restartPolicy: Always terminationGracePeriodSeconds: 30 status: {} ---- - apiVersion: v1 - kind: PersistentVolume - metadata: - name: neo4j-data-volume - namespace: staging - spec: - accessModes: - - ReadWriteOnce - capacity: - storage: 4Gi - hostPath: - path: /data/neo4j/ --- kind: PersistentVolumeClaim apiVersion: v1