jaeger-operator icon indicating copy to clipboard operation
jaeger-operator copied to clipboard

Make storage type a type and define constants for valid values

Open pavolloffay opened this issue 6 years ago • 2 comments

pavolloffay avatar Nov 28 '18 14:11 pavolloffay

I think I originally thought about making it flexible so that new storage types could be added to Jaeger without changing the operator, but we are currently checking for known-values here:

https://github.com/jaegertracing/jaeger-operator/blob/4b4e47df9946e17b0144dbe6d3f68fda0926d922/pkg/strategy/controller.go#L54-L62

jpkrohling avatar Nov 30 '18 10:11 jpkrohling

Is this the same goal as #111?

jpkrohling avatar Feb 25 '20 09:02 jpkrohling