Skip to content

Commit de4c3a3

Browse files
authored
Merge pull request #918 from adrienfuss/add-new-value-runtime-class-name-to-helm-chart
Add `runtimeClassName` value to crossplane helm chart docs
2 parents dc192ed + 6993215 commit de4c3a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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` |

utils/vale/styles/Crossplane/allowed-jargon.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ ReplicaSets
7373
RPC
7474
RPCs
7575
RSS
76+
runtimeClassName
7677
sandboxed
7778
SCSS
7879
SDK

0 commit comments

Comments
 (0)