shashken
shashken
@phillebaba Do you know if I can configure the git source to use libgit2? The only method I found right now using terraform is to manually edit the GitRepository after...
There are 2 problems with this (might not be problems for everyone) , - ConfigMap volume on disk is read only - if your solution for secrets is to download...
Thanks for the feedback, ill try to create a PR this week. And the flag you suggested sounds like a good idea, ill try to do that @functicons
You don't always want to work with kubernetes secrets for this, you can use a vault for the certificate/passphrase. It can be achieved using either: - init container (that downloads...
bump :)
I'd love a second opinion on this. @functicons @elanv
Thanks for the response @elanv . Now every time a resource changes and the reconcile finishes, it automatically requeues another reconciliation. causing the parallel amount of reconciles to always increase....
This is not related to the operator. - The docker image you are using should have the plugin enabled (azure blob plugin for wasb:// for example) - You should provide...
@wangyang0918 Awesome work! thank you! I have a question regarding the "Alternative HA implementation" part. We have just migrated to use StatefulSet instead of Deployment (#354, merged 2 days ago)....
I'm still seeing this behavior (version from master) Uninstall then reinstall like @KamalAman said did solve this, but I think its important to figure out why this keeps happening, any...