Skip to content

Commit ebe6d62

Browse files
committed
NOTES.txt: Add missing namespace
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
1 parent bcf189f commit ebe6d62

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

charts/hello-toy/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
1. Get the application URL by running these commands:
1717
{{- if .Values.ingress.enabled }}

charts/httpbin/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
1. Get the application URL by running these commands:
1717
{{- if .Values.ingress.enabled }}

charts/reflect/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
1. Get the application URL by running these commands:
1717
{{- if .Values.ingress.enabled }}

charts/ziti-console/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
This deployment provides an OpenZiti web console.

charts/ziti-controller/templates/NOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
15-
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
15+
1616
This deployment provides an OpenZiti controller to manage an OpenZiti network.
1717

charts/ziti-host/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
This deployment provides an OpenZiti tunneler pod to which you may bind OpenZiti Services to provide cluster ingress to those cluster services.
1717

charts/ziti-router/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
This deployment provides an OpenZiti router to accept/forward communication data within a OpenZiti Overlay network.

charts/zrok/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
1010

1111
To learn more about the release, try:
1212

13-
$ helm status {{ .Release.Name }}
14-
$ helm get all {{ .Release.Name }}
13+
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
14+
$ helm get all {{ .Release.Name }} -n {{ .Release.Namespace }}
1515

1616
1. Get the application URL by running these commands:
1717
{{- if .Values.controller.ingress.enabled }}

0 commit comments

Comments
 (0)