diff options
| author | Daniel Mavis <90711593+dmavis@users.noreply.github.com> | 2023-07-05 20:11:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-05 21:11:44 -0400 |
| commit | f6c4fe387387d342fabcbc06fbe320645163851a (patch) | |
| tree | 125ab34638b56c440bcd62ce88b2cdceae90c321 /manifests | |
| parent | 7c93d602a7e3e18b175a8d67457f37e9a9be3d73 (diff) | |
fix: git zombie processes left behind after periodic image updater runs (#584)
Signed-off-by: Daniel Mavis <daniel.mavis@faa.gov>
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/base/deployment/argocd-image-updater-deployment.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/base/deployment/argocd-image-updater-deployment.yaml b/manifests/base/deployment/argocd-image-updater-deployment.yaml index b5b8260..1e430bf 100644 --- a/manifests/base/deployment/argocd-image-updater-deployment.yaml +++ b/manifests/base/deployment/argocd-image-updater-deployment.yaml @@ -18,8 +18,7 @@ spec: app.kubernetes.io/name: argocd-image-updater spec: containers: - - command: - - /usr/local/bin/argocd-image-updater + - args: - run image: quay.io/argoprojlabs/argocd-image-updater:latest imagePullPolicy: Always |
