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

control-service: custom app config values can we passed to helm. #2004

Merged

Conversation

murphp15
Copy link
Collaborator

@murphp15 murphp15 commented May 2, 2023

Why

We want to be able to change the frontend config depending on the situation it is deployed in.
This lets users provide their own appConfig file to the frontend.
An example of this is toggling auth on and off.

What

Use k8s volumemounts to load in the config file.

How has this been tested?

Deployed the helm locally.

Signed-off-by: murphp15 <murphp15@tcd.ie>
Copy link
Contributor

@yonitoo yonitoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me!

@murphp15 murphp15 enabled auto-merge (squash) May 2, 2023 13:08
@murphp15 murphp15 merged commit 36bc183 into main May 2, 2023
6 checks passed
@murphp15 murphp15 deleted the person/murphp15/custom_appConfig_values_can_be_passed_to_helm branch May 2, 2023 13:12
yonitoo pushed a commit that referenced this pull request May 3, 2023
# Why
We want to be able to change the frontend config depending on the
situation it is deployed in.
This lets users provide their own appConfig file to the frontend. 
An example of this is toggling auth on and off. 

# What
Use k8s volumemounts to load in the config file.

# How has this been tested?
Deployed the helm locally.

---------

Signed-off-by: murphp15 <murphp15@tcd.ie>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants