Skip to content

Commit

Permalink
udpate concourse runbook to reminder teammates not to deploy boostrap…
Browse files Browse the repository at this point in the history
… in their test cluster
  • Loading branch information
timckt committed Jan 16, 2024
1 parent 2b85196 commit ed48ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runbooks/source/add-concourse-to-cluster.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ Follow the URL this command outputs, choose to login with Username/Password, and

- Apply your pipeline

Please do not deploy the bootstrap pipeline in the [Concourse repository](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/tree/main/pipelines/manager/main) in your test cluster. It is
Please do not deploy the bootstrap pipeline in the [Concourse repository](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/tree/main/pipelines/manager/main) into your test cluster. It is
for production level deployment and may trigger false alarms to our Slack Channel.

To ensure an isolated testing environment, please create a new folder on your local machine and start with a simple pipeline. You may use [this link](https://concourse-ci.org/tutorial-hello-world.html) as reference
to deploy the first pipeline in your test cluster.
to deploy the first pipeline into your test cluster and not the one under `manager/main`.

```
fly --target david-test1 set-pipeline \
Expand Down

0 comments on commit ed48ac8

Please sign in to comment.