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

[webui]: Prevent duplicates between config and env for RUCIO_WEBUI #243

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

lobis
Copy link
Contributor

@lobis lobis commented Feb 26, 2025

Closes #242

Now values explicitly set as env variables e.g. RUCIO_WEBUI_RUCIO_HOST won't be overriden by the config.webui section. The reason why one might need to set values as env instead of in the config section is because it's not possible to use secrets / config maps here. It would be really nice to do so but that is for another conversation.

@lobis lobis requested review from maany and rdimaio February 26, 2025 16:23
@lobis lobis added the bug Something isn't working label Feb 28, 2025
@lobis lobis requested a review from bari12 March 3, 2025 10:53
@maany maany merged commit 8b5abd9 into rucio:master Mar 4, 2025
1 check passed
@lobis lobis deleted the 242-helm-duplicates branch March 4, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm template produces duplicated values if using env and config
2 participants