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.
|
1. Access authentik using the following URL:
|
|
{{- range .Values.ingress.hosts }}
|
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
|
{{- end }}
|
|
2. Login to authentik using the user "akadmin" and the password "akadmin".
|