Skip to content

Commit

Permalink
Update charts/ozone/templates/datanode/datanode-statefulset.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Krivenko <[email protected]>
  • Loading branch information
pyttel and dnskr authored Oct 27, 2024
1 parent 49b6e74 commit e7ed32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ozone/templates/datanode/datanode-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
{{- end }}
{{- if not .Values.datanode.persistence.enabled }}
- name: {{ .Release.Name }}-datanode
emptyDir: { }
emptyDir: {}
{{- end }}
{{- if .Values.datanode.persistence.enabled }}
volumeClaimTemplates:
Expand Down

0 comments on commit e7ed32d

Please sign in to comment.