mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
added priorityClassName to helm values.yaml (#2855)
Signed-off-by: Franz Nemeth <franz.nemeth@fnemeth.net> Co-authored-by: shuting <shutting06@gmail.com>
This commit is contained in:
parent
ff99d92f80
commit
db030f918d
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ podAnnotations: {}
|
|||
|
||||
podSecurityContext: {}
|
||||
|
||||
# Optional priority class to be used for kyverno pods
|
||||
priorityClassName: ""
|
||||
|
||||
antiAffinity:
|
||||
# This can be disabled in a 1 node cluster.
|
||||
enable: true
|
||||
|
|
Loading…
Add table
Reference in a new issue