Skip to content

Commit 75ab335

Browse files
committed
feat: Add runtimeClassName value to crossplane helm chart docs
Signed-off-by: adrienfuss <[email protected]>
1 parent dc192ed commit 75ab335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/master/software/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Apply customizations with the command line or with a Helm _values_ file.
173173
| `resourcesRBACManager.requests.cpu` | CPU resource requests for the RBAC Manager pod. | `"100m"` |
174174
| `resourcesRBACManager.requests.memory` | Memory resource requests for the RBAC Manager pod. | `"256Mi"` |
175175
| `revisionHistoryLimit` | The number of Crossplane ReplicaSets to retain. | `nil` |
176+
| `runtimeClassName` | The runtimeClassName name to apply to the Crossplane and RBAC Manager pods. | `""` |
176177
| `securityContextCrossplane.allowPrivilegeEscalation` | Enable `allowPrivilegeEscalation` for the Crossplane pod. | `false` |
177178
| `securityContextCrossplane.readOnlyRootFilesystem` | Set the Crossplane pod root file system as read-only. | `true` |
178179
| `securityContextCrossplane.runAsGroup` | The group ID used by the Crossplane pod. | `65532` |

0 commit comments

Comments
 (0)