Michael Kemna
Results
2
comments of
Michael Kemna
Thanks for the heads up! Is it already possible to disable the agent when running the `jaeger-operator` with a `jaeger` CR using `strategy: production`? The docs currently suggest not to...
For those looking for a solution, you can use `innerProps`. Take the `Option` as an example ([src](https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/components/Option.tsx)): ```tsx import ReactSelect, { components, GroupBase, OptionProps, Props } from 'react-select' const YourOption...