Skip to content

Commit

Permalink
format table
Browse files Browse the repository at this point in the history
  • Loading branch information
blueBlue0102 committed Jun 9, 2024
1 parent 3d3d3c5 commit 6e36f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/yunikorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm install yunikorn yunikorn/yunikorn
The following table lists the configurable parameters of the YuniKorn chart and their default values:

| Parameter | Description | Default |
|-------------------------------------------------|-------------------------------------------------------------|---------------------------------|
| ----------------------------------------------- | ----------------------------------------------------------- | ------------------------------- |
| `imagePullSecrets` | Docker repository secrets | `[]` |
| `serviceAccount` | Service account name | `yunikorn-admin` |
| `hostNetwork` | Whether scheduler should run in the host network | `false` |
Expand Down Expand Up @@ -106,7 +106,7 @@ The following table lists the configurable parameters of the YuniKorn chart and
| `web.resources.limits.memory` | Web app memory resource limit | `500Mi` |
| `embedAdmissionController` | Flag for enabling/disabling the admission controller | `true` |
| `enableSchedulerPlugin` | Flag for enabling/disabling scheduler plugin mode | `false` |
| `enableWebService` | Flag for enabling/disabling web service | `true` |
| `enableWebService` | Flag for enabling/disabling web service | `true` |
| `nodeSelector` | Scheduler deployment nodeSelector(s) | `{}` |
| `tolerations` | Scheduler deployment tolerations | `[]` |
| `affinity` | Scheduler deployment affinity | `{}` |
Expand Down

0 comments on commit 6e36f2c

Please sign in to comment.