How to create dynamic content based on a variable #4230
Unanswered
CsatariGergely
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the right approach or tooling to create dynamic content based on a variable?
In my example, in a dev environment, we want to use a region-specific KMS key for something, but in prod, we need this to be a global key. This isn't as simple as changing part of the key path. The key information in the non-prod (regional config) falls under
spec.replication.userManaged.replicas[]In prod, this configuration is under
spec.replication.autoRegional example
Global example
Based on issue #4111
Beta Was this translation helpful? Give feedback.
All reactions