File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
564568extraManifests :
You can’t perform that action at this time.
0 commit comments