Martin Montes

Results 215 comments of Martin Montes

Same problem here. I ended up vendoring the chart in [my own repo](https://github.com/mmontes11/charts). Feel free to install it: ```bash helm repo add mmontes https://mmontes11.github.io/charts helm install cert-manager-webhook-duckdns mmontes/cert-manager-webhook-duckdns ``` @ebrianne...

Anything needed from the community side to cross the finish line with this PR? Happy to test, review, anything... it is a bit of a shame that the de-facto standard...

Hey there! Thanks for reporting this. As far as I remember, I haven't faced this issue with passwords used by `MariaDB` e.g. `spec.rootPasswordKeyRef`, but it would be great to confirm...

Hey there @am6737 ! It has been assigned to you. Thanks for willing to look into this 🙏🏻

Hey @am6737 ! Great analysis, I think it is legit, let's exclude the `#` and `?` 符号 from the password generator. I see no reason to have them included in...

Sorry for the confusion, for a moment I thought we were using `?` in the password generator: - https://github.com/mariadb-operator/mariadb-operator/pull/932/files Thant's not the case, we're good!

Hey there @vixns ! Sure, that would be very much appreciated! > I think about implementing this feature using https://github.com/C2SP/C2SP/blob/main/age.md Unless really required (like with `bzip2`), I would suggest we...

Hey there @vixns ! Thanks for your detailed input. I totally see the point of combining Asymmetric encryption for securely distributing multiple keys + Symmetric encryption to efficiently encrypt large...

Hey there @luohaha3123 ! Thanks for reporting The embedded `MaxScale` inside `MariaDB` is limited and does not currently support updates: https://github.com/mariadb-operator/mariadb-operator/blob/main/docs/MAXSCALE.md#maxscale-embedded-in-mariadb This is intended to quickly provision a non mutable...