FIX(tempo): enable env var expansion in config
- Add extraArgs config.expand-env=true
- Required for ${VAR} substitution in tempo.yaml
This commit is contained in:
@@ -63,6 +63,10 @@ tempo:
|
||||
enabled: true
|
||||
remoteWriteUrl: http://prometheus-kube-prometheus-prometheus.prometheus.svc:9090/api/v1/write
|
||||
|
||||
# Enable environment variable expansion in config
|
||||
extraArgs:
|
||||
config.expand-env: "true"
|
||||
|
||||
# Environment variables from secret for S3 credentials
|
||||
extraEnv:
|
||||
- name: S3_ACCESS_KEY
|
||||
|
||||
Reference in New Issue
Block a user