🔧 Add a notice about telemetry into NOTES.txt of the Helm chart

This commit is contained in:
M. Mert Yildiran 2023-08-31 18:55:58 +03:00
parent d3520765eb
commit 1ac3ba0a6d
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -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 }}