Skip to content

Commit

Permalink
fixup! feat: adapt to rollups-node:1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Feb 15, 2024
1 parent 759ef3e commit 94c0a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rollups-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
volumeMounts:
{{- if .Values.validator.config.CARTESI_AUTH_MNEMONIC }}
- name: mnemonic
mountPath: /var/run/secrets/mnemonic/MNEMONIC
mountPath: /var/run/secrets/mnemonic
readOnly: true
{{- end }}
{{- if .Values.validator.extraVolumeMounts }}
Expand Down

0 comments on commit 94c0a74

Please sign in to comment.