Skip to content

Commit 3acb837

Browse files
committed
drtprod: set ROACHPROD_GCE_DEFAULT_SERVICE_ACCOUNT to match ROACHPROD_GCE_DEFAULT_PROJECT
Minor tweak to ensure the correct default service account is set. Epic: none Release note: None
1 parent 8b1e1a9 commit 3acb837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/drtprod/cli/handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func init() {
2929
setEnvIfNotExists("ROACHPROD_GCE_DNS_DOMAIN", "drt.crdb.io")
3030
setEnvIfNotExists("ROACHPROD_GCE_DNS_ZONE", "drt")
3131
setEnvIfNotExists("ROACHPROD_GCE_DEFAULT_PROJECT", "cockroach-drt")
32+
setEnvIfNotExists("ROACHPROD_GCE_DEFAULT_SERVICE_ACCOUNT", "[email protected]")
3233

3334
if _, exists := os.LookupEnv("DD_API_KEY"); !exists {
3435
// set the DD_API_KEY if we are able to fetch it from the secrets.

0 commit comments

Comments
 (0)