Skip to content

Commit

Permalink
Do not disable backups by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Schneider <jens.schneider.ac@posteo.de>
  • Loading branch information
JensAc committed Mar 28, 2023
1 parent 3b76059 commit 3edf993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/install/v2/__embed__/config/config/addons-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ type: Opaque
stringData:
values.yaml: |
backups:
enabled: false
enabled: {{ .BackupConfig.Enabled }}
vpa:
enabled: {{ .BaseCluster.HasVerticalPodAutoscaler | boolPtrIsTrue | not }}
enabled: {{ .BaseCluster.HasVerticalPodAutoscaler | boolPtrIsTrue | not }}
4 changes: 2 additions & 2 deletions pkg/install/v2/__fixture__/config/config/addons-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ type: Opaque
stringData:
values.yaml: |
backups:
enabled: false
enabled: true
vpa:
enabled: true
enabled: true

0 comments on commit 3edf993

Please sign in to comment.