Skip to content

Commit bbb4f79

Browse files
author
Roy Polansky
committed
Updated README
Signed-off-by: Roy Polansky <rpolansky@paloaltonetworks.com>
1 parent 9d21003 commit bbb4f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cluster/charts/crossplane/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)