Max Williams
Max Williams
@pierluigilenoci as I mentioned [here](https://github.com/deliveryhero/helm-charts/issues/554#issuecomment-1923825329), it would be helpful to have more info from your side. > It happened once in a while Is not helpful 🙂 Please run the...
Please make this happen! It sounds minor but if you are using `kubectl` all day like me, it's really annoying! Currently on my Mac I run `rm -f $(which kubectl.docker)`...
You can delete Docker's copy of `kubectl`: ``` rm -f /Applications/Docker.app/Contents/Resources/bin/kubectl ``` Then when Docker is restarted `kubectl.docker` doesn't come back. Still I think the file will be restored ever...
I think it's better to just stop using Docker Desktop: 1. Uninstall Docker Desktop 2. Install [colima](https://github.com/abiosoft/colima): `brew install colima` 3. Start colima: `colima start` 4. Install docker CLI: `brew...
Hey @moreinhardt 👋 You're right in all those observations. The reason is that I just accept pull requests now, I'm not really making an effort to update all the charts....
FYI I've updated the helm chart in this PR: https://github.com/deliveryhero/helm-charts/pull/740
PRs welcome 🙂
> Any news on the subject ? :) PRs from @YoannR5 or anyone welcome at any time but for now I'll close
Hey @yypastushenko 👋 Does switching the API solve a problem as such?
> Do you have any built images with this on true so I can use directly? The latest release contains the argument, you just need to set it.