Skip to content

Commit 807292b

Browse files
DOC-4561 implemented feedback
1 parent 4995469 commit 807292b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ 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+
At a minimum, you must set the values of `RDI_REDIS_HOST` and `RDI_REDIS_PORT`
116+
in the `global.rdiSysConfig` section and also `RDI_REDIS_PASSWORD` in
117+
`global.rdiSysSecret` to enable the basic connection to the RDI database.
118+
115119
{{< note >}}If you want to use
116120
[Redis Insight]({{< relref "/develop/tools/insight/rdi-connector" >}})
117121
to connect to your RDI deployment from outside the K8s cluster, you
@@ -203,15 +207,16 @@ global:
203207
# DO NOT modify this value.
204208
# RDI_REDIS_CACERT: /etc/certificates/rdi_db/cacert
205209
206-
# Uncomment these properties when using a TLS connection from RDI to its Redis database.
210+
# Uncomment these properties when using an mTLS connection from RDI to its Redis database.
207211
# DO NOT modify these values.
208212
# RDI_REDIS_CERT: /etc/certificates/rdi_db/cert
209213
# RDI_REDIS_KEY: /etc/certificates/rdi_db/key
210214
211215
# The passphrase used to get the private key stored in the secret store when using mTLS.
212216
# RDI_REDIS_KEY_PASSPHRASE: ""
213217
214-
# The key used to encrypt the JWT token used by RDI API.
218+
# The key used to encrypt the JWT token used by RDI API. Best practice is for this
219+
# to contain 32 ASCII characters (equivalent to 256 bits of data).
215220
# JWT_SECRET_KEY: ""
216221
217222
rdiDbSSLSecret:
@@ -223,11 +228,11 @@ global:
223228
# cacert: ""
224229

225230
# The content of the certificate PEM file.
226-
# Uncomment and set this property when using a TLS connection from RDI to its Redis database.
231+
# Uncomment and set this property when using an mTLS connection from RDI to its Redis database.
227232
# cert: ""
228233

229234
# The content of the private key PEM file.
230-
# Uncomment and set this property when using a TLS connection from RDI to its Redis database.
235+
# Uncomment and set this property when using an mTLS connection from RDI to its Redis database.
231236
# key: ""
232237

233238
# Container default security context.

0 commit comments

Comments
 (0)