From d4b8e408a34d8a68505080ff707c5b8b9cfef438 Mon Sep 17 00:00:00 2001 From: Denis Saintilma Date: Sat, 1 Jun 2024 02:00:29 -0400 Subject: [PATCH] Doc typo fix --- docs/bundle-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bundle-secrets.md b/docs/bundle-secrets.md index 779a12d6..915e1382 100644 --- a/docs/bundle-secrets.md +++ b/docs/bundle-secrets.md @@ -105,7 +105,7 @@ bundle: { } ``` -In the above example, we define a CUE hidden filed `_secrets`, where we set the +In the above example, we define a CUE hidden field `_secrets`, where we set the runtime secrets mappings. Then in the instance values, we use string interpolation to set the `redisURL` containing the secrets.