Skip to content

Commit

Permalink
helm: add validation for podPriorityClassNodeCritical.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Jan 12, 2024
1 parent ff77231 commit 3688f11
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/helm/balloons/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
},
"hostPort": {
"type": "integer"
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}
3 changes: 3 additions & 0 deletions deployment/helm/memory-qos/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"maximum": 99
}
}
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}
3 changes: 3 additions & 0 deletions deployment/helm/memtierd/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"maximum": 99
}
}
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}
3 changes: 3 additions & 0 deletions deployment/helm/sgx-epc/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"maximum": 99
}
}
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}
3 changes: 3 additions & 0 deletions deployment/helm/template/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
},
"hostPort": {
"type": "integer"
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}
3 changes: 3 additions & 0 deletions deployment/helm/topology-aware/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
},
"hostPort": {
"type": "integer"
},
"podPriorityClassNodeCritical": {
"type": "boolean"
}
}
}

0 comments on commit 3688f11

Please sign in to comment.