Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dashboard docs #327

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading