-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor cloud build deploy instructions #825
Refactor cloud build deploy instructions #825
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @daniel-cit a few comments but most LGTM. I also think we are missing a repo iam permissions in 5-app-infra for GCB BYOSA to clone policy source repo. I got a permission error when deploying until i added viewer role.
resource "google_sourcerepo_repository" "gcp_policies" { |
``` | ||
--impersonate-service-account=terraform-org-sa@<SEED_PROJECT_ID>.iam.gserviceaccount.com | ||
``` | ||
|
||
to run the command as the Terraform Service Account. | ||
|
||
### Deploying with Jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a follow up lets move jenkins docs to below local deploy.
This PR refactor Cloud Build deploy instructions to follow the same structure of the manual and Jenkins deploys
also fixes #817