Skip to content

Commit

Permalink
Merge pull request #36 from QGreenland-Net/ogdc-argo-service-update
Browse files Browse the repository at this point in the history
Update default argo namespace from `argo-helm` to `qgnet`
  • Loading branch information
trey-stafford authored Dec 18, 2024
2 parents 8d9a330 + 85a8179 commit 41bf050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description of best practices for developing scientific packages.

## Setting up a development environment manually

First, ensure you have [ogdc-argo](https://github.com/QGreenland-Net/ogdc-argo)
First, ensure you have [ogdc-helm](https://github.com/QGreenland-Net/ogdc-helm)
setup for development. The argo server ports are expected to be forwarded for
access via localhost.

Expand Down
2 changes: 1 addition & 1 deletion src/ogdc_runner/argo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _configure_argo_settings() -> WorkflowsService:
"""

# set argo constants from envvars, falling back on dev settings
argo_namespace = os.environ.get("ARGO_NAMESPACE", "argo-helm")
argo_namespace = os.environ.get("ARGO_NAMESPACE", "qgnet")
argo_service_account_name = os.environ.get(
"ARGO_SERVICE_ACCOUNT_NAME", "argo-workflow"
)
Expand Down

0 comments on commit 41bf050

Please sign in to comment.