telemetry config

This commit is contained in:
nicktrn
2025-06-25 10:01:49 +01:00
parent bb0bd9da54
commit 89d6e2a5b9
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -207,6 +207,10 @@ spec:
- name: RUN_REPLICATION_LOG_LEVEL
value: {{ .Values.webapp.runReplication.logLevel | quote }}
{{- end }}
{{- if not .Values.telemetry.enabled }}
- name: TRIGGER_TELEMETRY_DISABLED
value: "1"
{{- end }}
{{- with .Values.webapp.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
+4
View File
@@ -559,6 +559,10 @@ persistence:
storageClass: ""
retain: true # Prevents deletion on uninstall
# Telemetry configuration
telemetry:
enabled: true
# Extra Kubernetes manifests
# This allows you to add additional Kubernetes resources that will be deployed with the chart
extraManifests: