6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
1. Access passbook using the following URL:
|
|
{{- range .Values.ingress.hosts }}
|
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}{{ $.Values.ingress.path }}
|
|
{{- end }}
|
|
2. Login to passbook using the user "pbadmin" and the password "pbadmin".
|