Skip to content

Commit

Permalink
added highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Oct 8, 2024
1 parent 7b86980 commit 84544f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/self-managed/setup/deploy/openshift/redhat-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/self-managed/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 84544f3

Please sign in to comment.