File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
ziti-controller/templates Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
1. Get the application URL by running these commands:
17
17
{{- if .Values.ingress.enabled }}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
1. Get the application URL by running these commands:
17
17
{{- if .Values.ingress.enabled }}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
1. Get the application URL by running these commands:
17
17
{{- if .Values.ingress.enabled }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
This deployment provides an OpenZiti web console.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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
+
16
16
This deployment provides an OpenZiti controller to manage an OpenZiti network.
17
17
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
This deployment provides an OpenZiti tunneler pod to which you may bind OpenZiti Services to provide cluster ingress to those cluster services.
17
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
This deployment provides an OpenZiti router to accept/forward communication data within a OpenZiti Overlay network.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ You have chart version {{ .Chart.Version }} and app version {{ .Chart.AppVersion
10
10
11
11
To learn more about the release, try:
12
12
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 }}
15
15
16
16
1. Get the application URL by running these commands:
17
17
{{- if .Values.controller.ingress.enabled }}
You can’t perform that action at this time.
0 commit comments