From 6336807930769cf8d416bc18f2537bb3080be009 Mon Sep 17 00:00:00 2001 From: Nicolas Ochem Date: Mon, 11 Dec 2023 09:54:06 -0800 Subject: [PATCH] add right volume to dal init container --- charts/tezos/templates/octez-dal-node.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/tezos/templates/octez-dal-node.yaml b/charts/tezos/templates/octez-dal-node.yaml index 5a6edb121..0feded013 100644 --- a/charts/tezos/templates/octez-dal-node.yaml +++ b/charts/tezos/templates/octez-dal-node.yaml @@ -48,7 +48,7 @@ spec: value: baker volumeMounts: - mountPath: /var/tezos - name: baker-volume + name: var-volume - mountPath: /etc/secret-volume name: tezos-accounts containers: @@ -96,6 +96,10 @@ spec: {{- end }} securityContext: fsGroup: 1000 + volumes: + - name: tezos-accounts + secret: + secretName: tezos-secret volumeClaimTemplates: - metadata: name: var-volume