Skip to content

Commit bd7be62

Browse files
authored
docs: add hint about plain_text (#603)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent d0e8d77 commit bd7be62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ to the Kubernetes API to perform any actions.
2929
- use `port_forward_with_namespace` and optionally `kubernetes` configuration
3030
(to temporarily expose the ArgoCD API server using port forwarding) along with
3131
a `username`/`password` or `auth_token`.
32+
- if you use port-forwarding and your argo-cd-server is running on plain HTTP you need to add the flag `plain_text = true` to the provider configuration as well
3233
- use `core` to run a local ArgoCD API server that communicates directly with
3334
the Kubernetes API. **NB**: When using `core`, take note of the warning in
3435
the docs below.

templates/index.md.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ to the Kubernetes API to perform any actions.
2929
- use `port_forward_with_namespace` and optionally `kubernetes` configuration
3030
(to temporarily expose the ArgoCD API server using port forwarding) along with
3131
a `username`/`password` or `auth_token`.
32+
- if you use port-forwarding and your argo-cd-server is running on plain HTTP you need to add the flag `plain_text = true` to the provider configuration as well
3233
- use `core` to run a local ArgoCD API server that communicates directly with
3334
the Kubernetes API. **NB**: When using `core`, take note of the warning in
3435
the docs below.

0 commit comments

Comments
 (0)