fix: Correct indentation in backup-cronjob template and bump to 0.1.11

This commit is contained in:
sha
2026-03-16 02:22:32 +02:00
parent 9e2b3a2c25
commit d8c174236c
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -41,10 +41,10 @@ spec:
volumes:
- name: backup-storage
hostPath:
path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate
restartPolicy: OnFailure
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
path: {{ .Values.backup.storagePath }}
type: DirectoryOrCreate
restartPolicy: OnFailure
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}
affinity: {{ toYaml .Values.affinity | nindent 10 }}
tolerations: {{ toYaml .Values.tolerations | nindent 10 }}
{{- end }}