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
| imagePullSecrets | list |`[]`| Secrets with credentials to pull images from a private registry |
154
+
| nodeSelector | object |`{}`| Restrict to run on particular nodes. |
155
+
| priorityClassName | string |`""`| Pod priorityClassName Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/|
153
156
| labels | object |`{}`| Extra labels. |
154
157
| annotations | object |`{}`| Extra annotations. |
158
+
| affinity | object |`{}`||
159
+
| tolerations | list |`[]`| Pod tolerations |
155
160
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
156
161
| serviceAccount.name | string |`"kuberay-operator"`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
157
162
| logging.stdoutEncoder | string |`"json"`| Log encoder to use for stdout (one of `json` or `console`). |
0 commit comments