You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/guardrails/gitlab/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
> A more comprehensive description of DevOps & GitOps principles can be found at [DevOps README](./../../../README.md). The module adopts the same principles and details instructions for Gitlab.
2
1
3
2
# Getting started
4
3
5
4
This workflow covers the steps to setup gitlab CICD pipeline for terraform with gitlab SaaS shared runners.
6
5
The setup involves setting up gitlab repository and the corresponding CI/CD settings and variables.
7
6
The pipeline triggers based on select events (like push to specific branches), authenticates to the specified service account using Workload Identity federation and runs the pipeline to deploy infrastructure using terraform in GCP.
8
-
Please look through the [README](https://github.com/google/devops-governance/blob/GDC-phase-kickstarter-1/README.md) for an overview of the CICD process.
7
+
8
+
> A more comprehensive description of DevOps & GitOps principles can be found at [DevOps README](./../../../README.md).
0 commit comments