Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 9, 2023
1 parent 950557d commit 70fb96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/cnpg-cluster/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "object",
"$id": "https://raw.githubusercontent.com/socialgouv/helm-charts/v1/charts/cnpg-cluster/values.schema.json",
"$schema": "http://json-schema.org/draft-07/schema",
"required": [],
"properties": {
Expand Down Expand Up @@ -125,7 +126,7 @@
},
"sqlDumpRetentionDays": {
"type": ["string"],
"title": "Retention period in days for sql dumps",
"title": "Retention period in days for SQL dumps",
"default": "\"30\""
},
"immediate": {
Expand Down
2 changes: 1 addition & 1 deletion charts/cnpg-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ backup:
# @param {string} [retentionPolicy] RetentionPolicy is the retention policy to be used for backups and WALs (i.e. '60d').
retentionPolicy: 30d

# @param {string} [sqlDumpRetentionDays] Retention period in days for sql dumps
# @param {string} [sqlDumpRetentionDays] Retention period in days for SQL dumps
sqlDumpRetentionDays: "30"

# @param {boolean} [enabled] If the first backup has to be immediately start after creation or not
Expand Down

0 comments on commit 70fb96d

Please sign in to comment.