Override environment variable when using a list #2577
Unanswered
bentonjimmy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create an override environment variable so that I can use an environment variable to set the resource namespace of a metric. Below is the snippet of yaml that I'm attempting to override. I'd like to replace the namespace value of
value-to-be-overrided
with the value from an environment variable. I triedname: PROMITOR_YAML_OVERRIDE_metrics__0__resources__0__namespace
which didn't override the value.Is it possible to use the environment variables this way? What is doing the overriding of the yaml values?
Beta Was this translation helpful? Give feedback.
All reactions