From 376e0a9f7b35321ea94efd61dc75d19a640fbd0e Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 8 Dec 2021 15:14:35 +0100 Subject: [PATCH] remove the other reference to .Values.userpanel --- helmchart/single-sign-on/templates/NOTES.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/helmchart/single-sign-on/templates/NOTES.txt b/helmchart/single-sign-on/templates/NOTES.txt index 9697ae4..c5615c6 100644 --- a/helmchart/single-sign-on/templates/NOTES.txt +++ b/helmchart/single-sign-on/templates/NOTES.txt @@ -1,11 +1 @@ Thank you for installing {{ .Chart.Name }}. - -Your release is named {{ .Release.Name }}. This chart has installed hydra with hydra-maester -enabled. A separate consent- and login provider were installed which are handling login -requested by your oAuth clients. On top of that an identity provider was installed which can -be managed via a user-panel application. - -The userpanel can be reached via https://{{ .Values.userpanel.ingress.host }}. An admin user -was created for you using the credentials set in the values.yaml file of this helmchart. - -Please make sure to change the password! -- GitLab