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

ConfigMap with template strings #95

Open
janisii opened this issue Aug 2, 2023 · 1 comment
Open

ConfigMap with template strings #95

janisii opened this issue Aug 2, 2023 · 1 comment

Comments

@janisii
Copy link

janisii commented Aug 2, 2023

Hello, I would recommend to update README.md to add information that template strings can be used in ConfigMap for Kubernetes users, because at first I could not understand how to add password to ConfigMap in secure way.

Had to dig into source code to find out, that env variables can be used as template strings.

Template string in ConfigMap {{YOUR_SQL_PASS}} should match pod env variable YOUR_SQL_PASS: "secure-password" (secret).

@dewey
Copy link
Member

dewey commented Jan 30, 2024

Hey, yes currently that's only "documented" in the example config file. Happy to merge an addition to the README if someone wants to do that.

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

No branches or pull requests

2 participants