Skip to content

Commit bc8cc45

Browse files
committed
Add --server to docs
1 parent 3e8d9da commit bc8cc45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/configuration/holmesgpt/toolsets/argocd.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@ HolmesGPT needs permission to establish a port-forward to ArgoCD. The configurat
6363
- name: ARGOCD_AUTH_TOKEN
6464
value: <your argocd auth token>
6565
- name: ARGOCD_OPTS
66-
value: "--port-forward --port-forward-namespace <your_argocd_namespace> --grpc-web"
66+
value: "--port-forward --port-forward-namespace <your_argocd_namespace> --server <your_server_address> --grpc-web"
6767
toolsets:
6868
argocd/core:
6969
enabled: true
7070
7171
.. note::
7272

73+
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``
74+
Add ``--insecure`` to work with self signed certificates.
75+
7376
Change the namespace ``--port-forward-namespace <your_argocd_namespace>`` to the namespace in which your argocd service
7477
is deployed.
7578

0 commit comments

Comments
 (0)