Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Jan 16, 2024
1 parent 950e250 commit 21a89b1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions helm/linkerd-viz/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,48 @@
},
"tolerations": {
"type": ["null", "array"]

},
"vpa": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
},
"metricsApi": {
"type": "object",
"properties": {
"maxAllowed": {
"type": "object"
},
"minAllowed": {
"type": "object"
}
}
},
"tap": {
"type": "object",
"properties": {
"maxAllowed": {
"type": "object"
},
"minAllowed": {
"type": "object"
}
}
},
"tapInjector": {
"type": "object",
"properties": {
"maxAllowed": {
"type": "object"
},
"minAllowed": {
"type": "object"
}
}
}
}
}
}
}

0 comments on commit 21a89b1

Please sign in to comment.