From f9657286921e88a19e563c2a3e6acb288e1e8acb Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 8 Oct 2020 14:39:15 +0100 Subject: [PATCH] Touch the concourse-operator and aws-ssm-agent directories In order to have their latest commits be in a PR approved by people who are still allowed to give such approvals. --- components/aws-ssm-agent/README | 1 + components/concourse-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 components/aws-ssm-agent/README diff --git a/components/aws-ssm-agent/README b/components/aws-ssm-agent/README new file mode 100644 index 000000000..c1406fedf --- /dev/null +++ b/components/aws-ssm-agent/README @@ -0,0 +1 @@ +This directory just holds a Dockerfile used to build the AWS SSM agent container we run inside EKS. diff --git a/components/concourse-operator/README.md b/components/concourse-operator/README.md index 04899c11c..e82a6a33b 100644 --- a/components/concourse-operator/README.md +++ b/components/concourse-operator/README.md @@ -78,7 +78,7 @@ spec: ## Example operator deployment -The operator is deployed as part of https://github.com/alphagov/gsp-ci-system. +The operator is deployed as part of https://github.com/alphagov/gsp. ## Developing