File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cluster/charts/crossplane Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ and their default values.
125125| ` service.customAnnotations ` | Configure annotations on the service object. Only enabled when webhooks.enabled = true | ` {} ` |
126126| ` 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 ` | ` "" ` |
128+ | ` serviceAccount.name ` | Provide the name of an already created Crossplane ServiceAccount. Required when ` serviceAccount. create` is ` false ` | ` "" ` |
129129| ` tolerations ` | Add ` tolerations ` to the Crossplane pod deployment. | ` [] ` |
130130| ` topologySpreadConstraints ` | Add ` topologySpreadConstraints ` to the Crossplane pod deployment. | ` [] ` |
131131| ` webhooks.enabled ` | Enable webhooks for Crossplane and installed Provider packages. | ` true ` |
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ customAnnotations: {}
3939serviceAccount :
4040 # -- Specifies whether Crossplane ServiceAccount should be created
4141 create : true
42- # -- Provide the name of an already created Crossplane ServiceAccount. Required when `create: false`
42+ # -- Provide the name of an already created Crossplane ServiceAccount. Required when `serviceAccount. create` is ` false`
4343 name : " "
4444 # -- Add custom `annotations` to the Crossplane ServiceAccount.
4545 customAnnotations : {}
You can’t perform that action at this time.
0 commit comments