root: expose APM settings in helm chart

This commit is contained in:
Jens Langhammer
2020-07-07 17:53:35 +02:00
parent 9021bbd5de
commit b3b8cd807d
4 changed files with 27 additions and 0 deletions

View File

@ -21,3 +21,7 @@ data:
message_queue_db: 1
error_reporting: {{ .Values.config.error_reporting }}
log_level: "{{ .Values.config.log_level }}"
apm:
enabled: {{ .Values.config.apm.enabled }}
server_url: "{{ .Values.config.apm.server_url }}"
secret_token: "{{ .Values.config.apm.server_token }}"