From 3cfd6704242047db3c926e1a4f7fdc60c8cb7ba8 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 25 Dec 2021 02:39:48 +0700 Subject: [PATCH] docs: update deploy instruction for external layer --- external/README.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/external/README.md b/external/README.md index 0cf1c61a..1ab330c2 100644 --- a/external/README.md +++ b/external/README.md @@ -16,14 +16,10 @@ Below is a list of external resources and why we need them. - Backblaze: - B2 storage with S3 compatible API for offsite backup -This layer will deploy resources that require external dependencies using the following provisioners: +This layer will: -- Terraform: - - Create external resources - - Add external secrets to namespaces - - Create an ApplicationSet -- ArgoCD (via the ApplicationSet created by Terraform): - - Deploy Helm charts in the subdirectories +- Create external resources +- Add external secrets to namespaces ## Prerequisites @@ -60,15 +56,7 @@ Type of Access: Read and Write ## Deploy -Export environment variables for API keys: - -```sh -export CLOUDFLARE_API_TOKEN=xxx -export B2_APPLICATION_KEY_ID=xxx -export B2_APPLICATION_KEY=xxx -``` - -Apply Terraform: +Apply Terraform (you will be prompted to login to Terraform Cloud and enter API keys from the previous steps): ```sh make