telemetry config
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user