Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Jul 21, 2024
1 parent ddd4acc commit 92f8c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
```
Expand Down

0 comments on commit 92f8c28

Please sign in to comment.