Ilya Chernomordik

Results 13 comments of Ilya Chernomordik

I had the same error : ``` Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 19: mapping key "apiVersion" already defined at...

I have a similar problem on 2.4.2 that can very well be connected to this, when I have `InlineData(1)` and the argument is `long? value`, the conversion fails saying that...

I have been using some workarounds for this issue, and I just figured out there is an undesired side-effect: if one is using topics/subscriptions, then sending a new message to...

It would be very nice if a part of addressing this issue would be providing the proper "format" and/or "pattern" field for the OpenApi. I am not sure if this...

Thanks for the update, that will though force us to add this environment variable to absolutely every definition where we use secrets. Would it be possible to automatically set this...

That would probably be an overkill as well since it will affect all the pods that do not necessarily need the injection at all. I am not great with Go...

I think the authors would like to keep akv2k8s straightforward without additional functionality like restarting the pods. I have already done a bit of a research and there is this...

Thanks for the answer, what would be the correct way to allow for "#" since it is definitely a valid url (that we need to use sometimes)?

Thanks for your explanation, we can check and try to do a RetryMiddleware or something similar, but what I am wondering is why is this not an issue that everyone...

Thanks for an extensive explanation! We can add `Expect: 100-continue` if that will fix the issue, is there any potential drawback of that approach? I assume there will be a...