Skip to content

Commit

Permalink
changed force and disable explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Oct 8, 2024
1 parent 8676888 commit f54b67a
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,7 +40,7 @@ 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`: all `runAsUser` and `fsGroup` values will be set to null.
- `disabled`: this is the default value. In this case, the `runAsUser` and `fsGroup` values will not be modified.
- `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.
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`: all `runAsUser` and `fsGroup` values will be set to null.
- `disabled`: this is the default value. In this case, no fields will be modified.
- `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`: all `runAsUser` and `fsGroup` values will be set to null.
- `disabled`: this is the default value. In this case, the `runAsUser` and `fsGroup` values will not be modified.
- `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 f54b67a

Please sign in to comment.