Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N4K version of Kyverno 1.6.2 does not exclude Kyverno and Kube-system namespace in the webhook section in the values.yaml #31

Open
nsagark opened this issue Oct 11, 2022 · 1 comment
Assignees

Comments

@nsagark
Copy link
Contributor

nsagark commented Oct 11, 2022

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"]}]}}]'

@patelrit
Copy link
Contributor

@anusha94 lets make sure this is handled in the next version of N4K with the operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants