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 2b5a9cc commit 4bae218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration-test/cluster-01/openedx-01/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
K8S_NAMESPACE: openedx-01
K8S_HARMONY_NAMESPACE: openedx-harmony
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_plugin_loaded(plugin_name: str) -> bool:
# instance.
"ADDITIONAL_INGRESS_HOST_LIST": [],
"ENABLE_SHARED_SEARCH_CLUSTER": False,
"DEPLOYMENT_REVISION_HISTORY_LIMIT": 10,
"DEPLOYMENT_REVISION_HISTORY_LIMIT": 10
},
"overrides": {
# Don't use Caddy as a per-instance external web proxy, but do still use it
Expand Down

0 comments on commit 4bae218

Please sign in to comment.