Skip to content

Commit ac0eec8

Browse files
authored
Add basic drift detection install content (#2147)
* Add basic drift detection install content * fix edit this page link
1 parent b185496 commit ac0eec8

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
# Setting up Pipelines Drift Detection
33

4-
This page is under construction
5-
<!--
6-
## Already installed from infra-root boilerplate
7-
## Installing from scratch by adding the workflow file
8-
-->
4+
If you're a Pipelines Enterprise customer and you installed Pipelines using our infrastructure-live-root repository template then Drift Detection is already installed and available as a GitHub workflow in your repository.
5+
6+
If you installed Pipelines in a manner other than from the template and you're an enterprise customer and you want to add Drift Detection, see the [Installing Drift Detection Guide](../guides/installing-drift-detection.md).

docs/2.0/docs/pipelines/guides/installing-drift-detection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ If you're creating new pipelines repositories using the latest version of Pipeli
1010

1111
If you want to upgrade an older repository to add Drift Detection perform the following steps:
1212

13-
### Step 1
13+
### Step 1 - Ensure the GitHub App is Installed
1414

1515
Ensure you are using the [GitHub App](/2.0/docs/pipelines/installation/viagithubapp) in this repository. Drift Detection requires permissions from the GitHub App and is not available via machine user tokens.
1616

1717
<PersistentCheckbox id="install-drift-1" label="GitHub App In Use" />
1818

19-
### Step 2
19+
### Step 2 - Setup the Workflow file
2020

2121
Create a new workflow file in your repository at `.github/workflows/pipelines-drift-detection.yml`
2222

@@ -55,6 +55,6 @@ Commit the changes to the repository. If you are using [branch protection](/2.0/
5555
5656
<PersistentCheckbox id="install-drift-2" label="Workflow File Created" />
5757
58-
### Step 3
58+
### Step 3 - Run your first drift detection job
5959
6060
Follow the instructions at [Running Drift Detection](/2.0/docs/pipelines/guides/running-drift-detection) to start using the new workflow.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const config = {
8787
docs: {
8888
routeBasePath: "/",
8989
sidebarPath: require.resolve("./sidebars.js"),
90-
editUrl: "https://github.com/gruntwork-io/docs/edit/master/",
90+
editUrl: "https://github.com/gruntwork-io/docs/edit/main/",
9191
exclude: [
9292
"guides/build-it-yourself/landing-zone/**",
9393
"guides/build-it-yourself/vpc/**",

0 commit comments

Comments
 (0)