Gramps Web is installed as {{ include "gramps-web.fullname" . }}.

{{- if .Values.ingress.enabled }}
Open {{ (first .Values.ingress.hosts).host }} in your browser.
{{- else }}
Run:
  kubectl -n {{ .Release.Namespace }} port-forward service/{{ include "gramps-web.fullname" . }} 5000:{{ .Values.service.port }}
Then open http://localhost:5000.
{{- end }}

{{- if or .Values.database.auth.password .Values.cache.auth.password .Values.oidc.clientSecret.value .Values.s3.auth.secretAccessKey .Values.email.auth.password }}
WARNING: one or more plaintext secret values were supplied to Helm. Prefer the
corresponding existingSecret settings so credentials are not retained in Helm values.
{{- end }}

