diff --git a/CHANGELOG.md b/CHANGELOG.md index e9027073..a80a6b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented here. +### v4.1.1 +- Feature: Edit Backup template + ### v4.1.0 - Feature: Add Backup template [PR-296](https://github.com/stakater/application/pull/296) diff --git a/application/templates/backup.yaml b/application/templates/backup.yaml index 1b474a6c..1f4bd341 100644 --- a/application/templates/backup.yaml +++ b/application/templates/backup.yaml @@ -10,6 +10,7 @@ spec: {{ include "application.selectorLabels" . | indent 6 }} includedNamespaces: - {{ include "application.namespace" . }} + defaultVolumesToRestic: {{ .Values.backup.defaultVolumesToRestic | default true }} snapshotVolumes: {{ .Values.backup.snapshotVolumes | default true }} storageLocation: {{ .Values.backup.storageLocation | quote }} ttl: {{ .Values.backup.ttl | default "1h0m0s" }}