Will Arroyo
Will Arroyo
no worries, I am sorry to hear that. I have been looking into adding the functionality and have started testing some changes locally. I did have a few questions, if...
I agree that having more methods will just add confusion. Having the Create taking a struct also adds tons of flexibility for tweaking other settings when adding pool members, creating...
@jannfis can this be reopened? for some users creating a local account is not acceptable for the company's auth policies. we need a way to login without a browser using...
I am seeing this same exact issue, with the exception that this is not on openshift additionally I don't see the startupProbe set on the pods.
this would be a great addition to natively support in carvel. I recently created a similar issue [here](https://github.com/carvel-dev/kapp-controller/issues/1335). this would not be a contribution to the flux project but rather...
The issue is that when I try to add new repos through the admin it unable to access the repos because I am behind a proxy. It does not seem...
This [link](https://golang.org/pkg/net/http/#ProxyFromEnvironment) should help out some, you will want to use those three ENV variables. if you are using net/http then you could modify the transport on your rest call...
@jasonmcintosh im not sure this will fix the issue. The problem is as @nyxcharon described above. there are multiple secret backends, these would need to be looped through, or have...
I am able to see secrets from one of my generic backends, however it seems to be limiting the number of paths displayed. it also is not displaying any of...
working on a PR for this now