-
Notifications
You must be signed in to change notification settings - Fork 169
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
Transferring data from configmap to secret kubernetes #123
Comments
@dmyar21 could you give an example of which config you mean and how you are currently setting it? |
Hi @philicious |
Hi @philicious Suggestion to implement this: #111 |
Hello @dmyar21 and @luismacosta Maybe this could be useful:
You can mount the environment variables (DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD) from secrets, and your catalog configuration can stay on a configmap since it does not contain any secret values. |
Good afternoon
Is it possible to transfer sensitive data from configmap to secret kubernetes?
For example: Database connection data
The text was updated successfully, but these errors were encountered: