diff --git a/docs/self-managed/operational-guides/update-guide/850-to-860.md b/docs/self-managed/operational-guides/update-guide/850-to-860.md index 3a3181f9c7..6b2724f13d 100644 --- a/docs/self-managed/operational-guides/update-guide/850-to-860.md +++ b/docs/self-managed/operational-guides/update-guide/850-to-860.md @@ -40,8 +40,8 @@ Avro schema support is the only breaking change for this Connector. If you do no We added the `global.compatibility.openshift.adaptSecurityContext` variable in the values.yaml that can be used to set the following possible values: -- `force`: The runAsUser and fsGroup values will be null in all components. -- `disabled`: The runAsUser and fsGroup values will not be modified (default). +- `force`: The `runAsUser` and `fsGroup` values will be null in all components. +- `disabled`: The `runAsUser` and `fsGroup` values will not be modified (default). To deploy Camunda 8 on OpenShift, run the following command: diff --git a/docs/self-managed/setup/deploy/openshift/redhat-openshift.md b/docs/self-managed/setup/deploy/openshift/redhat-openshift.md index 7db63d0306..b512b1636a 100644 --- a/docs/self-managed/setup/deploy/openshift/redhat-openshift.md +++ b/docs/self-managed/setup/deploy/openshift/redhat-openshift.md @@ -48,8 +48,8 @@ Depending on your OpenShift cluster's Security Context Constraints (SCCs) config By default, OpenShift employs more restrictive SCCs. The Helm chart must assign `null` to the user running all components and dependencies. The `global.compatibility.openshift.adaptSecurityContext` variable in your values.yaml can be used to set the following possible values: -- `force`: The runAsUser and fsGroup values will be null in all components. -- `disabled`: The runAsUser and fsGroup values will not be modified (default). +- `force`: The `runAsUser` and `fsGroup` values will be null in all components. +- `disabled`: The `runAsUser` and `fsGroup` values will not be modified (default). To deploy Camunda 8 on OpenShift: diff --git a/docs/self-managed/setup/upgrade.md b/docs/self-managed/setup/upgrade.md index f44cc75e9d..6a67f9de5e 100644 --- a/docs/self-managed/setup/upgrade.md +++ b/docs/self-managed/setup/upgrade.md @@ -87,8 +87,8 @@ The separated Ingress Helm configuration has been deprecated in 8.6, and will be We added the `global.compatibility.openshift.adaptSecurityContext` variable in the values.yaml that can be used to set the following possible values: -- `force`: The runAsUser and fsGroup values will be null in all components. -- `disabled`: The runAsUser and fsGroup values will not be modified (default). +- `force`: The `runAsUser` and `fsGroup` values will be null in all components. +- `disabled`: The `runAsUser` and `fsGroup` values will not be modified (default). With this change, there is no need to do extra steps with the post-renderer. You can install the chart as normal. Please refer to the [Red Hat OpenShift document](/self-managed/setup/deploy/openshift/redhat-openshift.md) for more information.