From 7a6f3340074cbb90bee92debe8c0ca47345c7b30 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 8 Jun 2023 09:43:54 +0200 Subject: [PATCH] use args not command according to: https://blog.turai.work/entry/20230513/1683917349 --- argocd/overlays/test/argocd-server-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/overlays/test/argocd-server-deployment.yaml b/argocd/overlays/test/argocd-server-deployment.yaml index be4c4c8..c51180d 100644 --- a/argocd/overlays/test/argocd-server-deployment.yaml +++ b/argocd/overlays/test/argocd-server-deployment.yaml @@ -15,8 +15,8 @@ spec: spec: containers: - name: argocd-server - command: - - argocd-server + args: + - /usr/local/bin/argocd-server - --insecure - --redis - "argocd-redis-ha-haproxy:6379"