# Helm

The easiest way to install the "Logging Operator" is by using the Helm chart. The operator helm chart is developed on the helm`=>3.0.0`version.

```bash
helm upgrade logging-operator \
  ./helm-charts/logging-operator/ \
  -f ./helm-charts/logging-operator/values.yaml \
  --namespace logging-operator --install
```

After the deployment of operator, validate the deployment using `helm test` command.

```bash
helm test logging-operator --namespace logging-operator
```
