From 6f770d9fe0015bbebd147ebbb6542ac37b2aa223 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 21 Aug 2023 08:27:05 -0400 Subject: [PATCH] Temporarily mount the db in the wallet container for maintenance --- deploy/dapps-certification.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/dapps-certification.yaml b/deploy/dapps-certification.yaml index 96be151c..1d4f706c 100644 --- a/deploy/dapps-certification.yaml +++ b/deploy/dapps-certification.yaml @@ -75,6 +75,8 @@ spec: volumes: - name: ipc path: /ipc + - name: pvc-db + path: /db - type: sidecar properties: name: socat