From ebe6d62ad4b89630f8f7a8e00adadae9bf30fe8d Mon Sep 17 00:00:00 2001 From: Mario Trangoni Date: Wed, 6 Dec 2023 16:11:24 +0100 Subject: [PATCH] NOTES.txt: Add missing namespace Signed-off-by: Mario Trangoni --- charts/hello-toy/templates/NOTES.txt | 4 ++-- charts/httpbin/templates/NOTES.txt | 4 ++-- charts/reflect/templates/NOTES.txt | 4 ++-- charts/ziti-console/templates/NOTES.txt | 4 ++-- charts/ziti-controller/templates/NOTES.txt | 6 +++--- charts/ziti-host/templates/NOTES.txt | 4 ++-- charts/ziti-router/templates/NOTES.txt | 4 ++-- charts/zrok/templates/NOTES.txt | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/hello-toy/templates/NOTES.txt b/charts/hello-toy/templates/NOTES.txt index 312f9447..744c8422 100644 --- a/charts/hello-toy/templates/NOTES.txt +++ b/charts/hello-toy/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} diff --git a/charts/httpbin/templates/NOTES.txt b/charts/httpbin/templates/NOTES.txt index cdefa1f8..1473b077 100644 --- a/charts/httpbin/templates/NOTES.txt +++ b/charts/httpbin/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} diff --git a/charts/reflect/templates/NOTES.txt b/charts/reflect/templates/NOTES.txt index 7019da82..b2951dee 100644 --- a/charts/reflect/templates/NOTES.txt +++ b/charts/reflect/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} diff --git a/charts/ziti-console/templates/NOTES.txt b/charts/ziti-console/templates/NOTES.txt index 1a0e62e7..b8a96cb1 100644 --- a/charts/ziti-console/templates/NOTES.txt +++ b/charts/ziti-console/templates/NOTES.txt @@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} This deployment provides an OpenZiti web console. diff --git a/charts/ziti-controller/templates/NOTES.txt b/charts/ziti-controller/templates/NOTES.txt index 28da1500..bdd18abe 100644 --- a/charts/ziti-controller/templates/NOTES.txt +++ b/charts/ziti-controller/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} - + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} + This deployment provides an OpenZiti controller to manage an OpenZiti network. diff --git a/charts/ziti-host/templates/NOTES.txt b/charts/ziti-host/templates/NOTES.txt index 10d55e3c..26637c1f 100644 --- a/charts/ziti-host/templates/NOTES.txt +++ b/charts/ziti-host/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} This deployment provides an OpenZiti tunneler pod to which you may bind OpenZiti Services to provide cluster ingress to those cluster services. diff --git a/charts/ziti-router/templates/NOTES.txt b/charts/ziti-router/templates/NOTES.txt index 72b5d70d..29b17bfe 100644 --- a/charts/ziti-router/templates/NOTES.txt +++ b/charts/ziti-router/templates/NOTES.txt @@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} This deployment provides an OpenZiti router to accept/forward communication data within a OpenZiti Overlay network. diff --git a/charts/zrok/templates/NOTES.txt b/charts/zrok/templates/NOTES.txt index afcb7d1c..120ae706 100644 --- a/charts/zrok/templates/NOTES.txt +++ b/charts/zrok/templates/NOTES.txt @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }} + $ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }} 1. Get the application URL by running these commands: {{- if .Values.controller.ingress.enabled }}