Skip to content

Config Templating: Update doc strings and docs with correct quotes - #697

Open
mociarain wants to merge 2 commits into
mainfrom
mociarain/update-templated-secrets-docs
Open

Config Templating: Update doc strings and docs with correct quotes#697
mociarain wants to merge 2 commits into
mainfrom
mociarain/update-templated-secrets-docs

Conversation

@mociarain

Copy link
Copy Markdown
Member

The real work is all here: #457

This is just a little update on the docs.

@mociarain
mociarain requested a review from schrodit August 17, 2026 10:51
@mociarain
mociarain force-pushed the mociarain/update-templated-secrets-docs branch from 7fe50bf to c8c9984 Compare August 17, 2026 11:02
@mociarain
mociarain force-pushed the mociarain/update-templated-secrets-docs branch from 5492e0d to 55f6a93 Compare August 17, 2026 11:14
Signed-off-by: mociarain <20353159+mociarain@users.noreply.github.com>

@schrodit schrodit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why correct quotes?
The current double quotes should also work, or is there somthing not working?

@mociarain

Copy link
Copy Markdown
Member Author

why correct quotes? The current double quotes should also work, or is there somthing not working?

The double, double quotes isn't valid yaml.

`
echo 'someKey: "{{ secret "mySecret" }}"' | yq .

// Error: bad file '-': yaml: while parsing a block mapping at : : did not find expected key
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants