diff --git a/helm-chart/templates/NOTES.txt b/helm-chart/templates/NOTES.txt index 2488e3a4c..3d2669987 100644 --- a/helm-chart/templates/NOTES.txt +++ b/helm-chart/templates/NOTES.txt @@ -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. +{{- if .Values.tap.telemetry.enabled }} +Notice: Telemetry is enabled. Kubeshark will collect usage statistics. +{{ end }} + {{- if .Values.tap.ingress.enabled }} {{ 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: http://0.0.0.0:8899 -{{ end }} \ No newline at end of file +{{ end }}