Skip to content

Commit

Permalink
fix: added defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
merll committed Jan 31, 2025
1 parent 80d2e44 commit 85ecffe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions helmfile.d/snippets/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1308,12 +1308,20 @@ environments:
database:
harbor:
enabled: false
retentionPolicy: 7d
schedule: 0 0 * * *
gitea:
enabled: false
retentionPolicy: 7d
schedule: 0 0 * * *
keycloak:
enabled: false
retentionPolicy: 7d
schedule: 0 0 * * *
gitea:
enabled: false
retentionPolicy: 7d
schedule: 0 0 * * *
cluster:
provider: linode
name: apl
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/env/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ platformBackups:
gitea:
enabled: true
retentionPolicy: 7d
schedule: 0 0 0 * * *
schedule: 0 0 * * *
smtp:
auth_username: [email protected]
from: [email protected]
Expand Down

0 comments on commit 85ecffe

Please sign in to comment.