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

docs: update description to reflect helm upgrade --install behavior #326

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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/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
Loading