Skip to content

Commit 9be613e

Browse files
craig[bot]srosenberg
andcommitted
Merge #153134
153134: drtprod: set ROACHPROD_GCE_DEFAULT_SERVICE_ACCOUNT to match ROACHPROD_GCE_DEFAULT_PROJECT r=shailendra-patel,herkolategan a=srosenberg Minor tweak to ensure the correct default service account is set. Epic: none Release note: None Co-authored-by: Stan Rosenberg <[email protected]>
2 parents 6e67e13 + 3acb837 commit 9be613e

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)