Thank you for installing {{ .Chart.Name }}.

Your release is named `{{ .Release.Name }}`.

{{- if .Values.ingress.enabled }}
You can access the Corporate Memory (CMEM) stack via:
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- end }}