Skip to content

Commit

Permalink
update dashboard docs (#327)
Browse files Browse the repository at this point in the history
* docs: update dashboard docs to reflect helm upgrade --install behavior

* docs: add href to zora dashboard
  • Loading branch information
matheusfm authored Jan 24, 2025
1 parent b55255d commit 5614a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and updated by executing
```console
helm plugin update zoraauth
```
The authentication process will occur when the plugin is executed, and you visit the authorization server to confirm the request. The instructions within the Zora Dashboard console will include the appropriate parameters for the plugin, these can be obtained through the `Connect cluster` option once you have signed in to the Zora Dashboard.
The authentication process will occur when the plugin is executed, and you visit the authorization server to confirm the request. The instructions within the [Zora Dashboard](https://zora-dashboard.undistro.io/){:target="_blank"} console will include the appropriate parameters for the plugin, these can be obtained through the `Connect cluster` option once you have signed in to the [Zora Dashboard](https://zora-dashboard.undistro.io/){:target="_blank"}.

To authenticate with the authorization server, copy and run the `helm zoraauth` command and then follow the instructions within your terminal
```console
Expand All @@ -54,7 +54,7 @@ Once you have confirmed the request you should see the following message on your
Tokens saved to tokens.yaml
```

You can then install Zora OSS by providing the `saas.workspaceID` parameter in the [Zora OSS installation command](getting-started/installation.md):
You can then install or upgrade Zora OSS by providing the `saas.workspaceID` parameter in the [Zora OSS installation command](getting-started/installation.md):

=== "HTTP chart repository"

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First, [ensure that your current context of `kubectl` refer to the Kubernetes cl

- Use the context for the Kind cluster: `kubectl config use-context kind-kind`

Then, run the following command to install Zora [Helm chart](https://helm.sh/docs/topics/charts/){:target="_blank"}:
Then, run the following command to install or upgrade Zora [Helm chart](https://helm.sh/docs/topics/charts/){:target="_blank"}:

=== "HTTP chart repository"

Expand Down

0 comments on commit 5614a26

Please sign in to comment.