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
1. kubectl port-forward service/{{ include "argo-cd.fullname" . }}-server -n {{ include "argo-cd.namespace" . }} 8080:443
16
-
17
+
{{ if $rootpath }}
18
+
and then open the browser on http://localhost:8080/{{ $rootpath }} and accept the certificate
19
+
{{ else }}
17
20
and then open the browser on http://localhost:8080 and accept the certificate
18
-
21
+
{{ end }}
19
22
2. enable ingress in the values file `server.ingress.enabled` and either
20
23
- Add the annotation for ssl passthrough: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-1-ssl-passthrough
21
24
- Set the `configs.params."server.insecure"` in the values file and terminate SSL at your ingress: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-2-multiple-ingress-objects-and-hosts
0 commit comments