Jan Larwig

Results 126 comments of Jan Larwig

Hi @prevostc, as you already worked on this internaly at your company. Are you willing to invest same time to generalize your solution, so you are able to contribute it...

Hi @jainpratik163, usually when configuring `ConfigMaps` or `Secrets` to be deployed based on conditions. You have to enclose the whole content of the template file in your condition: ```yaml {{...

Do you mean that you have a reference to the CM in your deployment?

I think I would need some example code snippets of what you actually want to accomplish. I'm still not 100% sure on that. Otherwise it is really hard for me...

First of all, let's clarify that it doesn't matter if you do upgrade or install both are essentially the same. You can even do `helm upgrade --install` which will either...

In that case it will automatically get deleted, as helm will check for the differences between the previous revision and the current deployment. It will therefore have to restart your...