Results 83 comments of Christian Erhardt

Hey, thank you again for your work. I'm working on a V2 of this chart in a private repo right now. Mainly I want to change the deployment and have...

I merged the new deployment stuff right now. I do want to start working on V3 now. There is a branch `next` where we can merge all the breaking changes.

Init container sounds like a valid approach. I thought they are a beta feature or something? I'm not 100% familiar with the kubernetes feature timeline atm, sorry.

Thank you for your contribution. LGTM! I just copied your description of the change to a new value documentation file. I'm planning on adding some more documentation and I appreciate...

I added the example to the documentation file. Could you please double check if the documentation makes sense as it is now?

Thank you for your contribution. I like this change even if it is breaking the release. I will test it on my installation. There is another breaking change in the...

I had an in depth look into your pr and i really like it. I'd like to get rid of the obsolete way to define deny / permit lists and...

I was testing the other pr about disabling the admin password and was installing the container multiple times. It never got stuck in the creating state. So I think it...

Thanks @Madic- for this variant. There are a lot of kubernetes beginner questions on how to setup the ports and some misunderstanding why something is not working. It would be...

@Rahulsharma0810 you could also use some form of loadbalancer (e.g. MetalLB) to expose the port to the network. Then it does not interfere with the cluster nodes.