You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/redis-data-integration/installation/install-k8s.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,48 @@ also use mTLS, you must set the client certificate and private key contents in
213
213
Please see [these docs]({{< relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/spanner#6-additional-kubernetes-configuration">}}) if this RDI installation is for use with GCP Spanner.
214
214
{{< /note >}}
215
215
216
+
If you are deploying to [OpenShift](https://docs.openshift.com/), you must
217
+
set`global.openshift` to `true`:
218
+
219
+
```yaml
220
+
global:
221
+
# Indicates whether the deployment is intended for an OpenShift environment.
222
+
openShift: true
223
+
```
224
+
225
+
You should also set`global.securityContext.runAsUser` and
226
+
`global.securityContext.runAsGroup` to the appropriate values for your
0 commit comments