Chip Zoller
Chip Zoller
Closes #170 This PR allows users to define their own custom metrics CSV in the Helm chart and mounts and consumes the ConfigMap (which was previously deployed but unused) by...
### Page link https://kyverno.io/docs/installation/customization/#configmap-keys ### Description kube-system has been excluded by default. Need to update the value show for `webhooks`. ### Expected behavior ``` webhooks: '[{"namespaceSelector":{"matchExpressions":[{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kube-system"]},{"key":"kubernetes.io/metadata.name","operator":"NotIn","values":["kyverno"]}],"matchLabels":null}}]' ``` ### Slack discussion...
### Description It's clear that users still don't quite understand how mutate existing rules work and when to employ them. We need to expand this section of the docs significantly,...
Need to bump up to the latest Go for some vulns that are getting flagged in CI. It'd be best if we can avoid pinning to a specific patch release...
### What happened? The [contributing doc](https://github.com/NVIDIA/dcgm-exporter/blob/main/CONTRIBUTING.md) only states commits should be signed off. As stated in [this comment](https://github.com/NVIDIA/dcgm-exporter/pull/351#issuecomment-2293552334), they must be signed as well. ### What did you expect to...
### Problem Statement When `spec.failurePolicy` is not explicitly included in a policy, the implicit behavior is it gets configured in the `/fail` webhook endpoint but the field is not defaulted...
We're hitting rate limits when doing e2e tests pulling images from Docker Hub. This causes tests to fail and take significantly longer in running when doing so. We should mirror...
_The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense._...