David Haja
David Haja
### Component(s) operator ### Describe the issue you're reporting ### Is your feature request related to a problem? Please describe. #3232 deprecated the `label` flag and introduced `labels-filter` for defining...
Signed-off-by: dhaja **Description:** Deprecating label flag and introducing labels-filter flag to align the label filtering flag with attribute filter flag name. Using the label filters both from label and labels-filter...
### Page link https://kyverno.io/blog/2023/12/13/kyverno-chainsaw-exploring-the-power-of-assertion-trees/ ### Description In the [Working with arrays](https://kyverno.io/blog/2023/12/13/kyverno-chainsaw-exploring-the-power-of-assertion-trees/#working-with-arrays) section `len` is used instead of the `length` function both in the description and in the example. Following this...
**Description:** Add support for `persistentVolumeClaimRetentionPolicy` field in opentelemetrycollector CR. The `persistentVolumeClaimRetentionPolicy` works only in `statefulset` mode. `persistentVolumeClaimRetentionPolicy` describes the lifecycle of persistent volume claims created from `volumeClaimTemplates`. **Link to tracking...
**Description:** Previously the opentelemetry operator couldn't remove fields from the spec of deployments, statefulsets, and daemonsets because of the `mergeWithOverride` merging strategy. (except the nodeselector field due to #2941). After...