tatomir146

Results 6 comments of tatomir146

@kristofre we can consider to include the examples you mentioned today with this ticket?

Overriding complex values could not be done partially. e.g. this kind of override will remove `.complexThreshold.unit` from the `complexThreshold` object: ``` parameters: threshold: 15 complexThreshold: type: value value: amount: 15...

Regarding `type: references` You can reference to any type of properties, but it case you are referring to `type: value` it's not possible to reference subvalues. e.g. ``` ... parameters:...

@didiladi this example is kind of wrong? We have already stated in documentation the name must be a variable. If it's a variable and used in Json then it can...

@chanusch as you already started working on this, can you pls grab this ticket? Thanks!

Improve warning message: ``` log.Warn("CONFIG_V1 environment var detected!") log.Warn("Please convert your config to v2 format, as the migration layer will get removed in one of the next releases!") ```