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
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.auto
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.auto
Regional example
Global example
The text was updated successfully, but these errors were encountered: