This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/helm/templates/NOTES.txt

6 lines
249 B
Plaintext
Raw Normal View History

2020-12-05 21:08:42 +00:00
1. Access authentik using the following URL:
2019-02-08 13:57:16 +00:00
{{- range .Values.ingress.hosts }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
{{- end }}
2020-12-05 21:08:42 +00:00
2. Login to authentik using the user "akadmin" and the password "akadmin".