From 1ac3ba0a6df632472dedeb15d7c2c739ea10374b Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 31 Aug 2023 18:55:58 +0300 Subject: [PATCH] :wrench: Add a notice about telemetry into `NOTES.txt` of the Helm chart --- helm-chart/templates/NOTES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}