Matt Roark

Results 2 issues of Matt Roark

The gRPC proxy socket created by the ArgoCD API client will fail to be created if the root FS is set to read only. Update the `securityContext` to set read...

**Describe the bug** A gRPC proxy server is started by the ArgoCD API client if `grpc-web-root-path` is set in the configuration which is passed: https://github.com/argoproj/argo-cd/blob/master/pkg/apiclient/apiclient.go#L496-L498 e.g. ``` ❯ cat ~/.config/argocd/config...

bug
Needs Review