Skip to content

Commit

Permalink
Disable backup for db - staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 4b663ce commit 70d9469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ osm-seed:
dbBackupRestore:
cronjobs:
- name: web-db
enabled: true
enabled: false
schedule: '0 1 * * *'
env:
# backup/restore
Expand All @@ -329,7 +329,7 @@ osm-seed:
label_key: nodegroup_type
label_value: db_large
- name: tm-db
enabled: true
enabled: false
schedule: '0 1 * * *'
env:
# backup/restore
Expand Down

0 comments on commit 70d9469

Please sign in to comment.