Replies: 2 comments
-
|
Sounds good.. So, are you suggesting something like this? For a given key in the deployment.yaml:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes. To build on that, we could offer even greater flexibility by allowing users to configure the lookup precedence (the order of priority). This ensures the product fits various deployment strategies without locking users into a single workflow. Example Scenarios: case 1
case 2
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Thunder, we provide the capability to supply values via environment variables. To utilize these variables, the deployment.yaml file must be updated with the following placeholder:
Currently, when using the product with environment variables, users must manually mark the references in deployment.yaml. When managing multiple variables, this manual mapping is not a scalable solution.
Proposed Improvement
As an enhancement, rather than requiring manual markers in the deployment.yaml for every environment variable reference, the product should inherently support resolving environment variables based on a defined priority order. This would significantly improve workflows for:
Beta Was this translation helpful? Give feedback.
All reactions