Results 3 comments of Jeff Hoekman

We have observed the same behavior with ArgoCD v2.3.5 (part of OpenShift GitOps 1.5.4 operator) when there's an unresolved sync/diff between the live resource and what we have in Git....

I have the aforementioned fix in place, ie. in `main.go`: ``` - url := "http://" + leaderShard + "." + ns + ":" + port + "/keys" + url :=...

I was able to get it running on OpenShift 3.11, with the following steps: ``` oc create sa mehdb oc adm policy add-scc-to-user privileged -z mehdb ``` then in app.yaml...