Skip to content

Commit

Permalink
fix: add explicit env keyword (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Aug 8, 2024
1 parent 8b4a973 commit f88573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/configmap-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit f88573b

Please sign in to comment.