Skip to content

Commit

Permalink
Merge pull request #444 from nebari-dev/HERA_TOKEN
Browse files Browse the repository at this point in the history
change ARGO_TOKEN to HERA_TOKEN
  • Loading branch information
viniciusdc authored May 14, 2024
2 parents aec2b9d + 2ec16fc commit 12c1bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorials/argo-workflows-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import os

global_config_host = f"https://{os.environ['ARGO_SERVER'].rsplit(':')[0]}{os.environ['ARGO_BASE_HREF']}/"
global_config.host = global_config_host
global_config.token = os.environ['ARGO_TOKEN']
global_config.token = os.environ['HERA_TOKEN']
```

### Workflow Labels
Expand Down Expand Up @@ -96,7 +96,7 @@ Because this can cause substantial unexpected cloud costs, we _highly_
recommend _always_ setting the "Time to live strategy", or `TTLStrategy` on
every workflow.

:::note
:::note
The Argo UI will only show the workflow details until the
`TTLStrategy` time has elapsed so make sure you have enough time to evaluate
logs, etc. before those details are removed.
Expand Down

0 comments on commit 12c1bf8

Please sign in to comment.