Skip to content

Commit

Permalink
feat: inject frontend context config map into pod spec (#438)
Browse files Browse the repository at this point in the history
* feat: inject frontend context config map into pod spec

* Shorten comment

---------

Co-authored-by: Brandon Squizzato <[email protected]>
  • Loading branch information
Hyperkid123 and bsquizz authored Dec 3, 2024
1 parent 2213621 commit 1a3ed36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bonfire/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ def process_clowd_env(target_ns, quay_user, env_name, template_path, local=True)

params = dict()
params["ENV_NAME"] = env_name
# TODO: revisit need for below param once FEO has a more developed config management system
params["FRONTEND_CONTEXT_NAME"] = env_name
if quay_user:
quay_user = quay_user.replace("_", "-")
params["PULL_SECRET_NAME"] = f"{quay_user}-pull-secret"
Expand Down

0 comments on commit 1a3ed36

Please sign in to comment.