From 92f8c286c7faa962bbfce945ae1000e054f4e01b Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sun, 21 Jul 2024 22:40:35 +0800 Subject: [PATCH] Improve formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd55793..dfd1520 100644 --- a/README.md +++ b/README.md @@ -1132,7 +1132,8 @@ Note that **quoting the values is important** since braces (`{`, `}`) are import environment_variables: DEPLOYMENT: testing FOO: bar - # this value retrieves the `testing_password` secret from the `sample_secret` configuration if whichever secrets plugin is appropriate + # this value retrieves the `testing_password` secret from the `sample_secret` + # configuration of whichever secrets plugin is appropriate MY_PASSWORD: "{{SECRET:[sample_secret][testing_password]" ```