Skip to content

Commit

Permalink
install with values file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Dec 5, 2024
1 parent df2aca9 commit 0abe592
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/operate/kubernetes/deployment/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ See [`values.yaml`](https://github.com/RedisLabs/redis-enterprise-operator/blob/

### Install with values file

1. View configurable values with `helm show values`.

2. Create a YAML file with the values you wish to configure.

3. Install the chart with the `--values` option.

```sh
helm install <operator-name> redis-enterprise-helm/redis-enterprise-operator \
-- version <release-name> \
-- namespace <namespace-name> \
-- create-namespace
-- values <path-to-values-file>
```

### Install and override specific default values

## Uninstall
Expand Down

0 comments on commit 0abe592

Please sign in to comment.