Is possible to hiden the username and password from the value.yaml file? #751
Unanswered
mr11112121212313s
asked this question in
Questions & Answers
Replies: 2 comments
-
You can add a configmap or a secret under usersTemplates, and refer to it like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@mr11112121212313s as suggested by @HakarK, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I have deployed the openmetadata to Amazon EKS and the username and password have leaked on the value.yaml file(https://github.com/airflow-helm/charts/blob/main/charts/airflow/values.yaml#L74), is that possible to hide the credentials by reference from the EKS cluster?
for example , i like to achieve something like the below, not sure if an airflow helm-chart will be supported. Thank you
Beta Was this translation helpful? Give feedback.
All reactions