File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
utils/vale/styles/Crossplane Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ Apply customizations with the command line or with a Helm _values_ file.
173
173
| ` resourcesRBACManager.requests.cpu ` | CPU resource requests for the RBAC Manager pod. | ` "100m" ` |
174
174
| ` resourcesRBACManager.requests.memory ` | Memory resource requests for the RBAC Manager pod. | ` "256Mi" ` |
175
175
| ` revisionHistoryLimit ` | The number of Crossplane ReplicaSets to retain. | ` nil ` |
176
+ | ` runtimeClassName ` | The runtimeClassName name to apply to the Crossplane and RBAC Manager pods. | ` "" ` |
176
177
| ` securityContextCrossplane.allowPrivilegeEscalation ` | Enable ` allowPrivilegeEscalation ` for the Crossplane pod. | ` false ` |
177
178
| ` securityContextCrossplane.readOnlyRootFilesystem ` | Set the Crossplane pod root file system as read-only. | ` true ` |
178
179
| ` securityContextCrossplane.runAsGroup ` | The group ID used by the Crossplane pod. | ` 65532 ` |
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ ReplicaSets
73
73
RPC
74
74
RPCs
75
75
RSS
76
+ runtimeClassName
76
77
sandboxed
77
78
SCSS
78
79
SDK
You can’t perform that action at this time.
0 commit comments