Skip to content

Commit 02c947a

Browse files
Apply suggestions from code review
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 641d8c8 commit 02c947a

File tree

1 file changed

+2
-2
lines changed
  • content/operate/kubernetes/deployment

1 file changed

+2
-2
lines changed

content/operate/kubernetes/deployment/helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The steps below use the following placeholders to indicate command line paramete
2929
- `<release-name>` is the name you give a specific installation of the Helm chart (example: `my-redis-enterprise-operator`)
3030
- `<chart-version>` is the version of the Helm chart you are installing (example: `7.8.2-2`)
3131
- `<namespace-name>` is the name of the new namespace the Redis operator will run in (example: `ns1`)
32-
- `<path-to-chart>` is the filepath to the Helm chart, if it is stored in a local directory (exmaple: `/home/charts/redis-enterprise-operator`)
32+
- `<path-to-chart>` is the filepath to the Helm chart, if it is stored in a local directory (example: `/home/charts/redis-enterprise-operator`)
3333

3434
## Install
3535

@@ -117,5 +117,5 @@ This removes all Kubernetes resources associated with the chart and deletes the
117117

118118
- Only new installations of the Redis operator are supported at this time. The steps for [creating the RedisEnterpriseCluster (REC)]({{<relref "operate/kubernetes/deployment/quick-start#create-a-redis-enterprise-cluster-rec">}}) and other custom resources remain the same.
119119
- Upgrades and migrations are not supported.
120-
- The chart doesn't include configuration options for multiple namespaces, rack-awareness, and Vault integration. The steps for configuring these options remains the same.
120+
- The chart doesn't include configuration options for multiple namespaces, rack-awareness, and Vault integration. The steps for configuring these options remain the same.
121121
- The chart has had limited testing in advanced setups, including Active-Active configurations, air-gapped deployments, and IPv6/dual-stack environments.

0 commit comments

Comments
 (0)