Skip to content

Commit

Permalink
Json changes
Browse files Browse the repository at this point in the history
Signed-off-by: peterabarr <[email protected]>
  • Loading branch information
peterabarr committed Oct 2, 2023
1 parent 240dc22 commit 7d112fd
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions charts/alertmanager/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,12 +782,20 @@
"podManagementPolicy": {
"type": "string"
},
"pvcDeleteOnStsDelete": {
"type": "boolean"
},
"pvcDeleteOnStsScale": {
"type": "boolean"
}
"persistentVolumeClaimRetentionPolicy": {
"type": "object",
"properties": {
"whenDeleted": {
"type": "string",
"enum": ["Retain", "Delete"]
},
"whenScaled": {
"type": "string",
"enum": ["Retain", "Delete"]
}
},
"additionalProperties": false,
"required": ["whenDeleted", "whenScaled"]
}
}
},
Expand Down Expand Up @@ -953,3 +961,4 @@
}
}
}
}

0 comments on commit 7d112fd

Please sign in to comment.