We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1e1a9 commit 3acb837Copy full SHA for 3acb837
pkg/cmd/drtprod/cli/handlers.go
@@ -29,6 +29,7 @@ func init() {
29
setEnvIfNotExists("ROACHPROD_GCE_DNS_DOMAIN", "drt.crdb.io")
30
setEnvIfNotExists("ROACHPROD_GCE_DNS_ZONE", "drt")
31
setEnvIfNotExists("ROACHPROD_GCE_DEFAULT_PROJECT", "cockroach-drt")
32
+ setEnvIfNotExists("ROACHPROD_GCE_DEFAULT_SERVICE_ACCOUNT", "[email protected]")
33
34
if _, exists := os.LookupEnv("DD_API_KEY"); !exists {
35
// set the DD_API_KEY if we are able to fetch it from the secrets.
0 commit comments