From acf4a9006a80a2e9c8587849e563600fbae69a15 Mon Sep 17 00:00:00 2001 From: Nathan Shaw Date: Mon, 22 Aug 2022 10:50:10 -0400 Subject: [PATCH] ENDOC-550 Fix typo in the private git repo tutorial --- vuepress/docs/next/tutorials/curate/ecr-private-git-repo.md | 2 +- vuepress/docs/v7.0/tutorials/curate/ecr-private-git-repo.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vuepress/docs/next/tutorials/curate/ecr-private-git-repo.md b/vuepress/docs/next/tutorials/curate/ecr-private-git-repo.md index 55647ebaa4..2a2255ba18 100644 --- a/vuepress/docs/next/tutorials/curate/ecr-private-git-repo.md +++ b/vuepress/docs/next/tutorials/curate/ecr-private-git-repo.md @@ -76,7 +76,7 @@ accounts, you can follow the [official GitHub instructions.](https://docs.github When prompted, provide the public key that was generated in the entando_ssh directory ```entando_ssh/id_rsa.pub``` -5. Modify the EntandoApp resource you are deploying to mount the Secret in the `spec.ecrGitSshSecretName` property. Note: In Entando 7 the EntandoApp resource must be configured prior to installation. +5. Modify the EntandoApp resource you are deploying to configure the Secret using the `spec.ecrGitSshSecretName` property. ``` kind: "EntandoApp" metadata: diff --git a/vuepress/docs/v7.0/tutorials/curate/ecr-private-git-repo.md b/vuepress/docs/v7.0/tutorials/curate/ecr-private-git-repo.md index 55647ebaa4..2a2255ba18 100644 --- a/vuepress/docs/v7.0/tutorials/curate/ecr-private-git-repo.md +++ b/vuepress/docs/v7.0/tutorials/curate/ecr-private-git-repo.md @@ -76,7 +76,7 @@ accounts, you can follow the [official GitHub instructions.](https://docs.github When prompted, provide the public key that was generated in the entando_ssh directory ```entando_ssh/id_rsa.pub``` -5. Modify the EntandoApp resource you are deploying to mount the Secret in the `spec.ecrGitSshSecretName` property. Note: In Entando 7 the EntandoApp resource must be configured prior to installation. +5. Modify the EntandoApp resource you are deploying to configure the Secret using the `spec.ecrGitSshSecretName` property. ``` kind: "EntandoApp" metadata: