Skip to content

Commit

Permalink
fix: using hours, not days
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jan 5, 2024
1 parent 1e0985c commit 5730d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pg-db-backup-do-space/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: This chart is used to set up a job which saves the content of a Dig

type: application

version: 0.2.0
version: 0.2.1
appVersion: "0.1.1"
4 changes: 2 additions & 2 deletions charts/pg-db-backup-do-space/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ digitalocean:
externalSecret:
# Enabling the creation of an external secret
enabled: false
# Refresh interval (once a day is enough)
refreshInterval: 1d
# Refresh interval
refreshInterval: 6h
# Secret store
store:
# Name of the secrets store
Expand Down

0 comments on commit 5730d52

Please sign in to comment.