diff --git a/pkg/roachprod/install/install.go b/pkg/roachprod/install/install.go index abf4063f609e..e4fbad6972fa 100644 --- a/pkg/roachprod/install/install.go +++ b/pkg/roachprod/install/install.go @@ -115,7 +115,9 @@ var installLocalCmds = map[string]map[string]*exec.Cmd{ }, } -var sideEyeSecretCmd = exec.Command("gcloud", "secrets", "versions", "access", "latest", "--secret", "side-eye-key") +var sideEyeSecretCmd = exec.Command("gcloud", + "--project", "cockroach-ephemeral", + "secrets", "versions", "access", "latest", "--secret", "side-eye-key") // SortedCmds TODO(peter): document func SortedCmds() []string {