argocd-helm/charts/argo-cd/templates/argocd-repo-server
Lars Fenneberg 03aecd7af9
fix(argocd): Unconditionally start reposerver with uid_entrypoint.sh (#466)
* fix(argocd): Unconditionally start reposerver with uid_entrypoint.sh

While uid_entrypoint.sh contains the OpenShift specific manipulation of
/etc/passwd it also starts the reposerver via tini and so ensures that any
zombies produced by reposerver and its decendants are collected.

This matches the behaviour from the manifests included with the main ArgoCD
project. See:

* f93da5346c/manifests/base/repo-server/argocd-repo-server-deployment.yaml (L24)
* https://github.com/argoproj/argo-cd/pull/3721
* https://github.com/argoproj/argo-cd/issues/3611

* chore: Bumping minor semver as this feels like a bit more than a patch change.
2020-10-08 17:18:44 +11:00
..
deployment.yaml fix(argocd): Unconditionally start reposerver with uid_entrypoint.sh (#466) 2020-10-08 17:18:44 +11:00
hpa.yaml fix: reorder hpa metrics to avoid displaying diffs in argocd (#245) 2020-02-22 13:55:40 +11:00
metrics-service.yaml Issue #147, k8s label part-of expected to be argocd (#151) 2019-11-06 09:47:56 +11:00
repository-credentials-secret.yaml ArgoCD: Configure Repository Credentials in Values (#167) 2019-11-26 09:55:05 +11:00
role.yaml Repo server rbac (#160) 2019-11-20 10:27:12 +11:00
rolebinding.yaml Repo server rbac (#160) 2019-11-20 10:27:12 +11:00
service.yaml fix: Make port names configurable for repo-server and controller (#236) 2020-02-17 10:17:37 +11:00
serviceaccount.yaml Repo server rbac (#160) 2019-11-20 10:27:12 +11:00
servicemonitor.yaml [charts/argo-cd] Fix servicemonitors (#180) 2019-12-05 14:47:15 +11:00