You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N4K version of Kyverno 1.6.2 does not exclude Kyverno and Kube-system namespace in the webhook section in the values.yaml. This is needed for Kyverno to run without any issues if the node on which Kyverno runs goes down.
N4K version of Kyverno 1.6.2 does not exclude Kyverno and Kube-system namespace in the webhook section in the values.yaml. This is needed for Kyverno to run without any issues if the node on which Kyverno runs goes down.
Below should be present in the kyverno configmap.
webhooks: '[{"namespaceSelector":{"matchExpressions":[{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kyverno","kube-system"]}]}}]'
The text was updated successfully, but these errors were encountered: