From ae53b5caeaed80bd65d255696b0452113faaedba Mon Sep 17 00:00:00 2001 From: Marc Burnie <mburnie@amazon.com> Date: Wed, 27 Jul 2022 16:28:56 -0500 Subject: [PATCH] using release namespace --- devops/aws/chart/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/aws/chart/templates/NOTES.txt b/devops/aws/chart/templates/NOTES.txt index 37eda12c7..f15afa919 100644 --- a/devops/aws/chart/templates/NOTES.txt +++ b/devops/aws/chart/templates/NOTES.txt @@ -1,4 +1,4 @@ -{{ .Chart.Name }} deployed to {{ .Values.global.namespace }} namespace +{{ .Chart.Name }} deployed to {{ .Release.Namespace }} namespace {{- if (.Values.service).apiPath }} Application URL available at path {{ .Values.service.apiPath }} {{- end }} \ No newline at end of file -- GitLab