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

Transferring data from configmap to secret kubernetes #123

Open
dmyar21 opened this issue Jan 16, 2024 · 3 comments
Open

Transferring data from configmap to secret kubernetes #123

dmyar21 opened this issue Jan 16, 2024 · 3 comments

Comments

@dmyar21
Copy link

dmyar21 commented Jan 16, 2024

Good afternoon
Is it possible to transfer sensitive data from configmap to secret kubernetes?
For example: Database connection data

@ebyhr ebyhr transferred this issue from trinodb/trino Jan 17, 2024
@philicious
Copy link

@dmyar21 could you give an example of which config you mean and how you are currently setting it?
then I'd be able to answer if and how it might be possible

@dmyar21
Copy link
Author

dmyar21 commented Jan 25, 2024

Hi @philicious
I want to move the configmap trino-catalog to secret kybernetes as it contains information about connecting to the database
I did this by creating a separate secret.yaml and changing volume and volume mount s in deployment.yaml.
That's how I got the result I wanted.

@luismacosta
Copy link

luismacosta commented Jan 28, 2024

Hi @philicious

Suggestion to implement this: #111

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

No branches or pull requests

3 participants