forked from github-mirrorer/rtomik-helm-charts
improved helm chart
This commit is contained in:
@ -5,6 +5,10 @@ metadata:
|
||||
name: {{ include "donetick.fullname" . }}-data
|
||||
labels:
|
||||
{{- include "donetick.labels" . | nindent 4 }}
|
||||
{{- with .Values.persistence.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
accessModes:
|
||||
- {{ .Values.persistence.accessMode | quote }}
|
||||
|
||||
Reference in New Issue
Block a user