Skip to content

Commit

Permalink
Update backup matchlabels (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaKhan220 authored Jun 10, 2024
2 parents 8079804 + b2807a0 commit 7b6251c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Changelog

All notable changes to this project will be documented here.

### v4.1.2
- BugFix: Incorrect selectorLabels were previously added to the Backup Template
-
### v4.1.1
- Feature: Edit Backup template

Expand Down
2 changes: 1 addition & 1 deletion application/templates/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
labelSelector:
matchLabels:
{{ include "application.selectorLabels" . | indent 6 }}
{{ include "application.labels" . | nindent 6 }}
includedNamespaces:
- {{ include "application.namespace" . }}
defaultVolumesToRestic: {{ .Values.backup.defaultVolumesToRestic | default true }}
Expand Down

0 comments on commit 7b6251c

Please sign in to comment.