You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could implement something like that, however, just like Prometheus, I'm in favour to use files containing passwords. Do you think using files would work too?
I was exploring this today as we're also trying to connect to a mimir gatewat behind basic augh, and I was able to get the environment variable approach to work if I included parentheses around my environment variables in my args:
For my particular use case, I need to use kustomize on the Pyrra-provided manifests in order to patch those environment variables in and then add the additional args to the existings ones in the provided manifests. I'm not sure how Pyrra would expect to pull a secret from a file, but it seems like that would work here too with a combinations of volumes and a way to point Pyrra at the right file.
Would be great to support env vars in Pyrra, for example:
The text was updated successfully, but these errors were encountered: