-
Notifications
You must be signed in to change notification settings - Fork 380
Question: what is the appropriate way to store config information #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @swright-eti, Thanks for the post, just to make sure we're on the same page, could you please elaborate your scenario on "config information like hostnames, etc." and its relationship with "multiple environments"? |
When the app is running on environment A then the URLs for the REST API calls need to use hostname X I want to be able to define the variable for {{hostname}} https://{{hostname}}/auth/realms/master/protocol/openid-connect/token |
By talking about environment A & B, they are physically separated docker instances? |
Complete separated. Will be running in different Kubernetes clusters. |
Configuring from Docker environment variables would be useful, but it should be scoped to each application. That way we could setup a Helm chart for each environment and pass in values to the pod/container at deploy time. |
Got it, I would summarize this feature as "global environment variables for self-hosted instances". I've added that to our backlog, again, thanks for reporting this issue! |
Perfect. Thanks so much for the quick response. |
I have an app that I will be deploying to multiple environments. What is the best way to store config information like hostnames, etc.? I see that I could use Temporary State, but that seems a little clunky. am I missing something?
P.S. this is a fantastic tool.
The text was updated successfully, but these errors were encountered: