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

feat: Support config merge from Kubernetes Secret #692

Closed
wants to merge 1 commit into from
Closed

feat: Support config merge from Kubernetes Secret #692

wants to merge 1 commit into from

Conversation

achetronic
Copy link

Hello,

We have detected that some of the credentials regarding configuration are hardcoded on values.yaml. We needed to fix this for our company as we use ExternalSecrets operator to provide the credentials dynamically to the Kubernetes clusters.

We have patched the Helm chart to be able to merge some config coming from a Kubernetes Secret with the main config coming from the dashboard's configmap. This way we cover all the potential secret fields across config (etc, authentication users, etc)

For merging we are using the official yq image so we expect you like it

WDYT about changes?

@adagber
Copy link

adagber commented Jan 5, 2024

Great changes! So we can use the credentials in a safe way

@achetronic
Copy link
Author

Let's close this PR as null response given

@achetronic achetronic closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants