Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Jun 24, 2024
1 parent 21c2375 commit f2e0c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ spec:
secretName: {{ $keys }}
defaultMode: 0400
{{- end }}
{{- if .Values.node.chainKeystore.mountInMemory.enabled }}
{{- if .Values.node.chainData.emptyDir.enabled }}
- name: chain-data
emptyDir:
{{- if and (.Values.node.chainData.volumeSize) (semverCompare ">=1.22-0" .Capabilities.KubeVersion.GitVersion) }}
Expand Down

0 comments on commit f2e0c30

Please sign in to comment.