Released v 0.0.2 fixed issue with deployment on kubernetes.

This commit is contained in:
Richard Tomik
2025-04-05 22:56:22 +02:00
parent 4df5dc4384
commit d968f2ae19
9 changed files with 301 additions and 178 deletions

View File

@ -5,10 +5,13 @@ metadata:
name: {{ include "recipya.fullname" . }}-data
labels:
{{- include "recipya.labels" . | nindent 4 }}
{{- with .Values.persistence.annotations }}
annotations:
{{- if .Values.persistence.retain }}
"helm.sh/resource-policy": keep
{{- end }}
{{- with .Values.persistence.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}