Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit f495abb

Browse files
author
Chris Wiechmann
committed
Update apm-server-config.yaml
1 parent 80adf3f commit f495abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/elasticApimApmServer/apm-server-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
release: {{ .Release.Name | quote }}
1111
data:
1212
ELASTICSEARCH_HOSTS: {{ required "The value global.elasticsearchHosts is missing." .Values.global.elasticsearchHosts | quote }}
13-
ELASTICSEARCH_CLUSTER_UUID: {{ .Values.apmserver.elasticsearchClusterUUID | quote }}
13+
ELASTICSEARCH_CLUSTER_UUID: {{ index .Values "apm-server" "elasticsearchClusterUUID" | quote }}
1414
ELASTICSEARCH_CA: {{ required "The path to the CA for APM-Server to Elasticsearch communication is missing" .Values.global.elasticsearchCa | quote }}
1515
APM_SERVER_CRT: {{ index .Values "apm-server" "ssl" "cert" }}
1616
APM_SERVER_KEY: {{ index .Values "apm-server" "ssl" "key" }}

0 commit comments

Comments
 (0)