Karl Schriek
Karl Schriek
# Summary We would love to have the ability to define an explicit "dependsOn" field on Applications. For example: App1 doesn't depend on anything: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata:...
First decrypt/encrypt from local GPG binary before attempting to contact the (deprecated) OpenPGP server Addresses mozilla#749 and mozilla#902.
The parser that SOPS uses seems to have a different interpretation of what constitutes a dotenv file from what how bash views is. This relates in particular to encrypting/decrypt dotenvs...
## Expected Behavior I would expect that with the following setup, redirects to a the root domain https://mydomain.com/oauth2/callback, as well as to a subdomain https://foo.mydomain.com/oauth2/callback would both work: ```yaml OAUTH2_PROXY_COOKIE_DOMAINS:...
I spent some time today rolling out KF 1.2.0 on EKS using exclusively RDS databases instead of an on-cluster MySQL deployment. The latest kfctl has a "managedRelationDatabase" field that can...
/kind feature **Describe the solution you'd like** In the circles that I move around in - i.e. developers and product owners who need to create productive Machine Learning solutions -...
We are building terraform resources (including azuredevops resources) by running Terrafom jobs in DevOps build pipelines. Most of these work without any issue, but creating an `azuredevops_serviceendpoint_azurecr` fails with the...
I am trying to put together a CompositeController that needs to generate certain unique values that go into the desired state. These values should only be generated _once_, so I...
I am running ArgoCD in `--insecure` mode and handling TLS termination within the service mesh. (This is meant as a central, multi-tenanted ArgoCD server that will server multiple other clusters,...
Firstly, great provider! Secondly, here is a bug I am running into: Setting a destination block such as the following: ```terraform destination { server = "https://kubernetes.default.svc" } ``` Will result...