From 9fb2c9621a7529796232e4728274bff7406c18be Mon Sep 17 00:00:00 2001 From: itai-codefresh Date: Tue, 8 Jun 2021 18:57:55 +0300 Subject: [PATCH] update docs about secrets not yet supported --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8842205a..be324c10 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Argo CD Autopilot saves operators time by: - Providing a clear structure for how applications are to be added and updated, all from git. - Creating a simple pattern for making updates to applications and promoting those changes across environments. - Enabling better disaster recovery by being able to bootstrap new clusters with all the applications previously installed. -- Handles secrets for Argo CD to prevent them from spilling into plaintext git. +- Handles secrets for Argo CD to prevent them from spilling into plaintext git. (Soon to come) The Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories. diff --git a/docs/index.md b/docs/index.md index b7cde5e0..76eb17d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ Argo CD Autopilot saves operators time by: - Providing a clear structure for how applications are to be added and updated, all from git. - Creating a simple pattern for making updates to applications and promoting those changes across environments. - Enabling better disaster recovery by being able to bootstrap new clusters with all the applications previously installed. -- Handles secrets for Argo CD to prevent them from spilling into plaintext git. +- Handles secrets for Argo CD to prevent them from spilling into plaintext git. (Soon to come) The Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps repositories.