From bc8cc45781bedde496db8a26c80bb5d17591a036 Mon Sep 17 00:00:00 2001 From: Arik Alon Date: Sat, 2 Aug 2025 21:12:17 +0300 Subject: [PATCH] Add --server to docs --- docs/configuration/holmesgpt/toolsets/argocd.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration/holmesgpt/toolsets/argocd.rst b/docs/configuration/holmesgpt/toolsets/argocd.rst index 8ac7530be..bac3f0099 100644 --- a/docs/configuration/holmesgpt/toolsets/argocd.rst +++ b/docs/configuration/holmesgpt/toolsets/argocd.rst @@ -63,13 +63,16 @@ HolmesGPT needs permission to establish a port-forward to ArgoCD. The configurat - name: ARGOCD_AUTH_TOKEN value: - name: ARGOCD_OPTS - value: "--port-forward --port-forward-namespace --grpc-web" + value: "--port-forward --port-forward-namespace --server --grpc-web" toolsets: argocd/core: enabled: true .. note:: + For in cluster address, use the cluster dns. For example: ``--port-forward --port-forward-namespace argocd --server argocd-server.argocd.svc.cluster.local --insecure --grpc-web`` + Add ``--insecure`` to work with self signed certificates. + Change the namespace ``--port-forward-namespace `` to the namespace in which your argocd service is deployed.