Skip to content

Commit

Permalink
Merge pull request #158 from mjtrangoni/add-namespace
Browse files Browse the repository at this point in the history
NOTES.txt: Add missing namespace
  • Loading branch information
qrkourier committed Dec 6, 2023
2 parents bcf189f + ebe6d62 commit 537e0bb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions charts/hello-toy/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions charts/httpbin/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions charts/reflect/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions charts/ziti-console/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions charts/ziti-controller/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

4 changes: 2 additions & 2 deletions charts/ziti-host/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions charts/ziti-router/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions charts/zrok/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 537e0bb

Please sign in to comment.