From 20565c22c76867b6079d1541a19165dc41bcfc0e Mon Sep 17 00:00:00 2001 From: Peefy Date: Tue, 19 Nov 2024 16:45:56 +0800 Subject: [PATCH] fix: wrong argocd kcl plugin config Signed-off-by: Peefy --- examples/gitops/install/patch-argocd-repo-server.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/examples/gitops/install/patch-argocd-repo-server.yaml b/examples/gitops/install/patch-argocd-repo-server.yaml index c4fc7b30..f7c9f8fc 100644 --- a/examples/gitops/install/patch-argocd-repo-server.yaml +++ b/examples/gitops/install/patch-argocd-repo-server.yaml @@ -3,12 +3,8 @@ spec: spec: containers: - name: my-plugin - command: [/tini] - args: - - /var/run/argocd/argocd-cmp-server -# - -- -# - --loglevel=debug - image: kcllang/kcl + command: [/var/run/argocd/argocd-cmp-server] # Entrypoint should be Argo CD lightweight CMP server i.e. argocd-cmp-server + image: kcllang/kcl # This can be off-the-shelf or custom-built image securityContext: runAsNonRoot: true runAsUser: 999