Skip to content

Commit

Permalink
Add option for defaultbackupdefaultVolumesToRestic (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsfaMumtaz authored Jun 10, 2024
2 parents a855afb + 2f029c8 commit 6cf1ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions application/templates/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 6cf1ae5

Please sign in to comment.