From f37cd56bec76b1de06d567478c09a539006cd682 Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Thu, 1 Aug 2024 11:57:42 +0200 Subject: [PATCH] fix: add explicit env keyword --- kubernetes/elastic-helm/configmap-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {}