mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-06 17:26:51 +00:00
* change target pod to target pod spec * add checks * update docs * fix tests Co-authored-by: MAKOSCAFEE <barnabasmakonda@gmail.com>
13 lines
309 B
YAML
13 lines
309 B
YAML
successMessage: Priority class has been set
|
|
failureMessage: Priority class should be set
|
|
category: Security
|
|
target: PodSpec
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
- priorityClassName
|
|
mutations:
|
|
- op: add
|
|
path: /priorityClassName
|
|
value: high-priority |