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
drtprod: only set roachprod environment variables if not already set
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
0 commit comments