From b10d091a9836730932bbbe1b82ee881cf7e4906b Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Thu, 23 Jun 2022 07:16:59 +0200 Subject: [PATCH] Fix README --- fast/stages/00-bootstrap/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast/stages/00-bootstrap/README.md b/fast/stages/00-bootstrap/README.md index 93bb47ccd..7280a34bf 100644 --- a/fast/stages/00-bootstrap/README.md +++ b/fast/stages/00-bootstrap/README.md @@ -371,7 +371,7 @@ federated_identity_providers = { custom_settings = { issuer_uri = "https://gitlab.fast.example.com" allowed_audiences = ["https://gitlab.fast.example.com"] - } + } } } ``` @@ -397,7 +397,7 @@ cicd_repositories = { identity_provider = "github-sample" name = "my-gh-org/fast-cicd" type = "github" - } + } resman = { branch = "main" identity_provider = "github-sample"