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.