Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Correct syntax for specifying secrets #130

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

radicand
Copy link
Contributor

The existing example how how to specify a secret is wrong: in the deployment template, it expects secret to be a key-value pair and not an array. To preserve backwards compatibility for whomever has figured this out already and worked around it, I've adjusted the example to be an overly verbose key-value pair instead of updating the deployment template to work with an array.

@radicand radicand requested a review from funkypenguin as a code owner August 24, 2024 17:24
@cfis
Copy link
Collaborator

cfis commented Aug 25, 2024

Looks good to me. The change to dictionaries/hashes was intentional because it allows overriding of individual secrets by override values.yaml files. Arrays have to be fully replaced.

@cfis cfis merged commit 4ec28e2 into docker-mailserver:master Aug 25, 2024
4 checks passed
@cfis
Copy link
Collaborator

cfis commented Aug 25, 2024

Thanks!

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