Skip to content

Commit 4995469

Browse files
DOC-4561 changed note about Redis Insight
1 parent 143aa6a commit 4995469

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

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

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,11 @@ To pull images from a local registry, you must provide the image pull secret and
112112
The annotated [`values.yaml`](https://helm.sh/docs/topics/charts/#templates-and-values)
113113
file below describes the values you can set for the RDI Helm installation.
114114

115-
Note that if you want to use
115+
{{< note >}}If you want to use
116116
[Redis Insight]({{< relref "/develop/tools/insight/rdi-connector" >}})
117-
to connect to your RDI deployment and you are using TLS, make sure you
118-
uncomment the `RDI_API_AUTH_ENABLED` line in the default `values.yaml`:
119-
120-
```yaml
121-
# Enable authentication for the RDI API.
122-
RDI_API_AUTH_ENABLED: "1"
123-
```
124-
125-
You must also set the appropriate value for `JWT_SECRET_KEY`:
126-
127-
```yaml
128-
# The key used to encrypt the JWT token used by RDI API.
129-
JWT_SECRET_KEY: "yourKey"
130-
```
117+
to connect to your RDI deployment from outside the K8s cluster, you
118+
must enable TLS.
119+
{{< /note >}}
131120

132121
The full `values.yaml` file is shown below:
133122

0 commit comments

Comments
 (0)