helm: fix APM secret_token not being applied correctly

This commit is contained in:
Jens Langhammer 2020-08-01 22:50:13 +02:00
parent e5cd9a4a2a
commit ed72a2c959
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ data:
apm:
enabled: {{ .Values.config.apm.enabled }}
server_url: "{{ .Values.config.apm.server_url }}"
secret_token: "{{ .Values.config.apm.server_token }}"
secret_token: "{{ .Values.config.apm.secret_token }}"
verify_server_cert: {{ .Values.config.apm.verify_server_cert }}