opentelemetry-operator
opentelemetry-operator copied to clipboard
`patchesStrategicMerge` is deprecated
Steps to reproduce:
- Download repository
- Execute
make test
Output contains:
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
I think we have to wait a bit and fix it during an operator-sdk upgrade: https://github.com/open-telemetry/opentelemetry-operator/pull/2104#issuecomment-1717374622
@frzifus what's the status of this?