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