From ff17503a4cc8ed190f8c7addbac070102ef7f6c5 Mon Sep 17 00:00:00 2001 From: Leon Luttenberger Date: Wed, 21 Aug 2024 09:03:48 -0500 Subject: [PATCH] docs: Clarify the usage of archiveSecret --- docs/source/manifests.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/manifests.md b/docs/source/manifests.md index 562f95f..266bffc 100644 --- a/docs/source/manifests.md +++ b/docs/source/manifests.md @@ -557,6 +557,14 @@ The content of the AWS SecretsManager secret must be a JSON containing two value }, ``` +The archive secret would then need to be referenced in the deployment manifest: + +```yaml +... +archiveSecret: example-archive-credentials-modules +... +``` + (parameters)= ## Parameters