diff --git a/docs/dashboard.md b/docs/dashboard.md index 57229efe..29bd6f82 100644 --- a/docs/dashboard.md +++ b/docs/dashboard.md @@ -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 @@ -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" diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index f5b703fa..7be39244 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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"