Skip to content

Commit 89d6e2a

Browse files
committed
telemetry config
1 parent bb0bd9d commit 89d6e2a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

hosting/k8s/helm/templates/webapp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ spec:
207207
- name: RUN_REPLICATION_LOG_LEVEL
208208
value: {{ .Values.webapp.runReplication.logLevel | quote }}
209209
{{- end }}
210+
{{- if not .Values.telemetry.enabled }}
211+
- name: TRIGGER_TELEMETRY_DISABLED
212+
value: "1"
213+
{{- end }}
210214
{{- with .Values.webapp.extraEnv }}
211215
{{- toYaml . | nindent 12 }}
212216
{{- end }}

hosting/k8s/helm/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,10 @@ persistence:
559559
storageClass: ""
560560
retain: true # Prevents deletion on uninstall
561561

562+
# Telemetry configuration
563+
telemetry:
564+
enabled: true
565+
562566
# Extra Kubernetes manifests
563567
# This allows you to add additional Kubernetes resources that will be deployed with the chart
564568
extraManifests:

0 commit comments

Comments
 (0)