Skip to content

Commit 8c78c52

Browse files
DOC-4808 added info about custom K8s namespace
1 parent 522bdec commit 8c78c52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ To pull images from a local registry, you must provide the image pull secret and
115115
helm install rdi rdi-<rdi-tag>.tar.gz -f rdi-values.yaml
116116
```
117117

118+
{{< note >}}By default, RDI will be installed in a namespace called
119+
`rdi`. If you want to use a custom namespace, pass the option
120+
`--namespace <custom-namespace>` to the `helm install` command.
121+
{{< /note >}}
122+
118123
### The `values.yaml` file
119124

120125
The annotated [`values.yaml`](https://helm.sh/docs/topics/charts/#templates-and-values)

0 commit comments

Comments
 (0)