1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-08 10:04:25 +00:00

added priorityClassName to helm values.yaml ()

Signed-off-by: Franz Nemeth <franz.nemeth@fnemeth.net>

Co-authored-by: shuting <shutting06@gmail.com>
This commit is contained in:
Franz Nemeth 2021-12-21 06:43:23 +01:00 committed by GitHub
parent ff99d92f80
commit db030f918d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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