Skip to content

Commit

Permalink
Fix the CRD missing the absent and burnrates booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Sep 30, 2023
1 parent 7baf82e commit 747fcc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jsonnet/controller-gen/pyrra.dev_servicelevelobjectives.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"alerting": {
"description": "Alerting customizes the alerting rules generated by Pyrra.",
"properties": {
"absent": {
"default": true,
"type": "boolean"
},
"burnrates": {
"default": true,
"type": "boolean"
},
"disabled": {
"description": "Disabled is used to disable the generation of alerts. Recording rules are still generated.",
"type": "boolean"
Expand Down

0 comments on commit 747fcc6

Please sign in to comment.