mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-18 09:15:21 +00:00
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