You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/helm-charts/operator/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ The following table lists the configurable parameters of the Materialize operato
143
143
|`operator.resources.requests`| Resources requested by the operator for CPU and memory |``{"cpu":"100m","memory":"512Mi"}``|
144
144
|`operator.secretsController`| Which secrets controller to use for storing secrets. Valid values are 'kubernetes' and 'aws-secrets-manager'. Setting 'aws-secrets-manager' requires a configured AWS cloud provider and IAM role for the environment with Secrets Manager permissions. |``"kubernetes"``|
145
145
|`rbac.create`| Whether to create necessary RBAC roles and bindings |``true``|
146
+
|`schedulerName`| Optionally use a non-default kubernetes scheduler. |``nil``|
146
147
|`serviceAccount.create`| Whether to create a new service account for the operator |``true``|
147
148
|`serviceAccount.name`| The name of the service account to be created |``"orchestratord"``|
0 commit comments