Skip to content

Commit

Permalink
fix: add default value for harmony namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 19, 2024
1 parent eb19c54 commit 5e96b01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def is_plugin_loaded(plugin_name: str) -> bool:
"ADDITIONAL_INGRESS_HOST_LIST": [],
"ENABLE_SHARED_SEARCH_CLUSTER": False,
"DEPLOYMENT_REVISION_HISTORY_LIMIT": 10,
"K8S_HARMONY_NAMESPACE": "openedx-harmony"
},
"overrides": {
# Don't use Caddy as a per-instance external web proxy, but do still use it
Expand Down

0 comments on commit 5e96b01

Please sign in to comment.