File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
cluster/charts/crossplane Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ and their default values.
123123| ` securityContextRBACManager.runAsGroup ` | The group ID used by the RBAC Manager pod. | ` 65532 ` |
124124| ` securityContextRBACManager.runAsUser ` | The user ID used by the RBAC Manager pod. | ` 65532 ` |
125125| ` service.customAnnotations ` | Configure annotations on the service object. Only enabled when webhooks.enabled = true | ` {} ` |
126- | ` serviceAccount.create ` | Specifies whether a ServiceAccount should be created | ` true ` |
126+ | ` serviceAccount.create ` | Specifies whether Crossplane ServiceAccount should be created | ` true ` |
127127| ` serviceAccount.customAnnotations ` | Add custom ` annotations ` to the Crossplane ServiceAccount. | ` {} ` |
128+ | ` serviceAccount.name ` | Provide the name of an already created Crossplane ServiceAccount. Required when ` create: false ` | ` "" ` |
128129| ` tolerations ` | Add ` tolerations ` to the Crossplane pod deployment. | ` [] ` |
129130| ` topologySpreadConstraints ` | Add ` topologySpreadConstraints ` to the Crossplane pod deployment. | ` [] ` |
130131| ` webhooks.enabled ` | Enable webhooks for Crossplane and installed Provider packages. | ` true ` |
You can’t perform that action at this time.
0 commit comments