mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-05 20:38:50 +00:00
🔧 Add a notice about telemetry into NOTES.txt
of the Helm chart
This commit is contained in:
parent
d3520765eb
commit
1ac3ba0a6d
@ -2,6 +2,10 @@ Thank you for installing {{ title .Chart.Name }}.
|
|||||||
|
|
||||||
Your deployment has been successful. The release is named {{ .Release.Name }} and it has been deployed in the {{ .Release.Namespace }} namespace.
|
Your deployment has been successful. The release is named {{ .Release.Name }} and it has been deployed in the {{ .Release.Namespace }} namespace.
|
||||||
|
|
||||||
|
{{- if .Values.tap.telemetry.enabled }}
|
||||||
|
Notice: Telemetry is enabled. Kubeshark will collect usage statistics.
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{- if .Values.tap.ingress.enabled }}
|
{{- if .Values.tap.ingress.enabled }}
|
||||||
|
|
||||||
{{ if not .Values.license -}}
|
{{ if not .Values.license -}}
|
||||||
@ -24,4 +28,4 @@ To access the application, follow these steps:
|
|||||||
2. Once port forwarding is done, you can access the application by visiting the following URL in your web browser:
|
2. Once port forwarding is done, you can access the application by visiting the following URL in your web browser:
|
||||||
http://0.0.0.0:8899
|
http://0.0.0.0:8899
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user