Skip to content

Commit

Permalink
fix(helm): support OpenSearch deployment in non-default namespace (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 11, 2024
1 parent 1515865 commit 24fcc60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reana_workflow_controller/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ def _env_vars_dict_to_k8s_list(env_vars):
)
"""OpenSearch enabled flag."""

REANA_OPENSEARCH_HOST = os.getenv(
"REANA_OPENSEARCH_HOST", "reana-opensearch-master.default.svc.cluster.local"
)
REANA_OPENSEARCH_HOST = os.getenv("REANA_OPENSEARCH_HOST", "reana-opensearch-master")
"""OpenSearch host."""

REANA_OPENSEARCH_PORT = os.getenv("REANA_OPENSEARCH_PORT", "9200")
Expand Down

0 comments on commit 24fcc60

Please sign in to comment.