Skip to content

Commit

Permalink
add right volume to dal init container
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 11, 2023
1 parent 1dc5fba commit 6336807
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/tezos/templates/octez-dal-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -96,6 +96,10 @@ spec:
{{- end }}
securityContext:
fsGroup: 1000
volumes:
- name: tezos-accounts
secret:
secretName: tezos-secret
volumeClaimTemplates:
- metadata:
name: var-volume
Expand Down

0 comments on commit 6336807

Please sign in to comment.