Skip to content
Snippets Groups Projects
Commit d84fa0e6 authored by João Alexandre Cunha's avatar João Alexandre Cunha Committed by Viktor Nagy
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent a37009e6
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ job is able to provision the cluster on GCP and so that the CI job can associate ...@@ -31,7 +31,7 @@ job is able to provision the cluster on GCP and so that the CI job can associate
your group. It is advised that you create them through the UI and not inside the `.gitlab-ci.yml` to not expose your group. It is advised that you create them through the UI and not inside the `.gitlab-ci.yml` to not expose
them in your code. them in your code.
- `TF_VAR_gitlab_token`: [GitLab personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) to add the provisioned cluster to your GitLab group - `TF_VAR_gitlab_token`: [GitLab personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) with `api` scope to add the provisioned cluster to your GitLab group.
- `BASE64_GOOGLE_CREDENTIALS`: - `BASE64_GOOGLE_CREDENTIALS`:
- You must create [GCP service account](https://cloud.google.com/docs/authentication/getting-started) with the following roles: `Compute Network Viewer`, `Kubernetes Engine Admin`, `Service Account User`. - You must create [GCP service account](https://cloud.google.com/docs/authentication/getting-started) with the following roles: `Compute Network Viewer`, `Kubernetes Engine Admin`, `Service Account User`.
- As described in the above link, also create a json service account key. - As described in the above link, also create a json service account key.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment