From 19666db065dd95b1358ee387588f0aedcedb6506 Mon Sep 17 00:00:00 2001 From: Roman Dmytrenko Date: Thu, 18 Jan 2024 00:56:38 +0200 Subject: [PATCH] fix: update the state of declarative storage --- guides/get-going-with-gitops.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/get-going-with-gitops.mdx b/guides/get-going-with-gitops.mdx index a7f66f2..54dbb08 100644 --- a/guides/get-going-with-gitops.mdx +++ b/guides/get-going-with-gitops.mdx @@ -156,11 +156,11 @@ The focus of this guide is to leverage Flipt's new "declarative backends" to ena The name comes from the fact that the backend for Flipt is modeled around configuration files in a directory structure. These configuration files can coexist in a directory alongside other content (application code or other configuration code). -There currently exist three top-level declarative backend types: +There currently exist four top-level declarative backend types: - `local` (local directory) - `git` (remote Git repository and branch) -- `object` (object storage, currently only AWS S3) +- `object` (object storage, AWS S3 or Azure Blob Storage or Google Cloud Storage) - `oci` (OCI registry storage) In this guide we will explore both the `local` and `git` backend types.