You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ to the Kubernetes API to perform any actions.
29
29
- use `port_forward_with_namespace` and optionally `kubernetes` configuration
30
30
(to temporarily expose the ArgoCD API server using port forwarding) along with
31
31
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
32
33
- use `core` to run a local ArgoCD API server that communicates directly with
33
34
the Kubernetes API. **NB**: When using `core`, take note of the warning in
Copy file name to clipboardExpand all lines: templates/index.md.tmpl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ to the Kubernetes API to perform any actions.
29
29
- use `port_forward_with_namespace` and optionally `kubernetes` configuration
30
30
(to temporarily expose the ArgoCD API server using port forwarding) along with
31
31
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
32
33
- use `core` to run a local ArgoCD API server that communicates directly with
33
34
the Kubernetes API. **NB**: When using `core`, take note of the warning in
0 commit comments