Skip to content

Commit

Permalink
[geth] fix scripts configmap mount
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Sep 27, 2023
1 parent 29441ea commit def5779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dysnix/geth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: geth
description: Go-ethereum blockchain node Helm Chart

version: 1.0.2
version: 1.0.3
appVersion: v1.13.1

keywords:
Expand Down
2 changes: 2 additions & 0 deletions dysnix/geth/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ spec:
mountPath: /root/.ethereum
- name: secrets
mountPath: /secrets
- name: scripts
mountPath: /scripts
{{- if .Values.livenessProbe.enabled }}
livenessProbe:
{{- if and .Values.livenessProbe.exec (kindIs "string" .Values.livenessProbe.exec.command) }}
Expand Down

0 comments on commit def5779

Please sign in to comment.