Skip to content

Commit

Permalink
docs: update description to reflect helm upgrade --install behavior (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm authored Jan 22, 2025
1 parent f453e48 commit b55255d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ where the `zora-operator` deployment is created and scans are automatically sche
- Kubectl
- Helm 3.8+

## Install with Helm
## Install or Upgrade with Helm

First, [ensure that your current context of `kubectl` refer to the Kubernetes cluster you wish to install Zora into](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/){:target="_blank"}.

Expand Down Expand Up @@ -48,7 +48,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc
--set clusterName="$(kubectl config current-context)"
```

This command will install Zora in `zora-system` namespace, creating the namespace if it doesn't already exist.
This command will install or upgrade Zora in `zora-system` namespace, creating the namespace if it doesn't already exist.

!!! info "Zora OSS + Zora Dashboard"
To integrate your Zora OSS installation with Zora Dashboard, you need to authenticate with the authorization server and provide `saas.workspaceID` parameter in installation command.
Expand Down

0 comments on commit b55255d

Please sign in to comment.