diff --git a/kubernetes/elastic-helm/configmap-deployment.yaml b/kubernetes/elastic-helm/configmap-deployment.yaml index 7cc4b822fa..742012f16c 100644 --- a/kubernetes/elastic-helm/configmap-deployment.yaml +++ b/kubernetes/elastic-helm/configmap-deployment.yaml @@ -17,7 +17,7 @@ data: endpoint: ${env:ELASTIC_APM_ENDPOINT} compression: none headers: - Authorization: Bearer ${ELASTIC_APM_SECRET_TOKEN} + Authorization: Bearer ${env:ELASTIC_APM_SECRET_TOKEN} extensions: processors: batch: {}