Skip to content

Commit

Permalink
Merge pull request #927 from pyrra-dev/release-0.7-crd-fix
Browse files Browse the repository at this point in the history
Fix the CRD missing the absent and burnrates booleans
  • Loading branch information
metalmatze authored Sep 30, 2023
2 parents 7baf82e + 747fcc6 commit 2e9e715
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 2e9e715

Please sign in to comment.