Skip to content

Commit

Permalink
Rename datadir in case of persistence false
Browse files Browse the repository at this point in the history
  • Loading branch information
nysthee committed Jan 7, 2019
1 parent 4a62c18 commit 0598db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cp-kafka/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
{{- end }}
volumes:
{{- if not .Values.persistence.enabled }}
- name: datadir
- name: datadir-0
emptyDir: {}
{{- end }}
{{- if .Values.prometheus.jmx.enabled }}
Expand Down

0 comments on commit 0598db9

Please sign in to comment.