trinodb / charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transferring data from configmap to secret kubernetes

dmyar21 opened this issue · comments

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

@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

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.

Hi @philicious

Suggestion to implement this: #111