Skip to content

Commit

Permalink
regenerate values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Jan 22, 2024
1 parent 76a6df4 commit 6f05fcc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions helm/kube-prometheus-stack/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,17 @@
"properties": {
"enabled": {
"type": "boolean"
},
"minAllowed": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
}
Expand Down

0 comments on commit 6f05fcc

Please sign in to comment.