From d21241f225d24b2265d268c38000ea745fe3a1ca Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Tue, 26 Dec 2023 14:19:31 -0800 Subject: [PATCH] Switch to new storage --- deployment.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index bb658f4..145e567 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -21,9 +21,6 @@ spec: app: heimdall spec: volumes: - - name: heimdall-storage - persistentVolumeClaim: - claimName: heimdall-storage - name: heimdall-storage-new persistentVolumeClaim: claimName: heimdall-storage-new @@ -43,7 +40,5 @@ spec: name: http-80 protocol: TCP volumeMounts: # < the volume mount in the container. Look at the relation volumelabel->pvc->pv - - mountPath: /config # < mount location in the container - name: heimdall-storage # < volumelabel configured earlier in the yaml file - - mountPath: /config.new # < mount location in the container + - mountPath: /config # < mount location in the container name: heimdall-storage-new \ No newline at end of file