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
145610: drtprod: only set roachprod environment variables if not already set r=nameisbhaskar a=shailendra-patel
This change modifies the environment variable initialization in the drtprod CLI to only set ROACHPROD_DNS, ROACHPROD_GCE_DNS_DOMAIN, ROACHPROD_GCE_DNS_ZONE, and ROACHPROD_GCE_DEFAULT_PROJECT if they are not already set in the environment.
Previously, these variables were always overwritten, which could cause issues when users needed to use custom values. This change follows the same pattern already in place for the DD_API_KEY environment variable, providing more flexibility while maintaining the default configuration for most users.
Epic: none
Release note: None
Co-authored-by: Shailendra Patel <[email protected]>
0 commit comments