Abe Voelker

Results 53 comments of Abe Voelker
trafficstars

Nope, this happens on freshly-created clusters on first install.

As for workarounds, couldn't downgrade to Helm 2.11 due to a [Helm bug with `helm reset`](https://github.com/helm/helm/issues/4825) However as others in jetstack/cert-manager#1144 said, installing cert-manager 0.4.1 then upgrading worked okay: ```...

Ah I see. I got this working how I wanted with a custom input so I no longer need this feature. So I don't mind if this were to get...

Just ran it, got this output: ``` 11:50:16 | script: downloading list of scripts... 11:50:18 | script: 279 scripts for WeeChat 0.4.3 11:50:18 | script: script "windicate.py" is already installed...

As a workaround, I did this to manually create an account (using Ubuntu): ``` $ mkdir -p ~/.heroku/accounts $ echo "username: [email protected]\npassword: " > ~/.heroku/accounts/YOUR_ACCOUNT ``` Now when you try...

No rush, I was able to avoid it by restructuring my code. Thanks for the neat library!

Ran into this issue myself so I took a stab at a PR, feel free to modify as necessary. @mattbrictson is correct about the association being able to be totally...

Sounds like a good idea for now - if you want to make a PR I'd accept it. I haven't done much yet with mixing passwordless + password (database_authenticatable) in...

Just ran into this today. GKE requires running two separate Ingresses for handling IPv4 and IPv6 traffic, so there are valid scenarios that this overzealous protection is breaking. Guess I'll...

Thanks for your original ticket on this issue way back in 2021! While I don't have an explicit test for Mongoid, the latest version of this gem now defaults to...