From 6e36f2c801948b42737649ac30beb2e1a180f01c Mon Sep 17 00:00:00 2001 From: Tzu-Hua Lan Date: Sun, 9 Jun 2024 21:22:26 +0800 Subject: [PATCH] format table --- helm-charts/yunikorn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/yunikorn/README.md b/helm-charts/yunikorn/README.md index 45df1b4..b288456 100644 --- a/helm-charts/yunikorn/README.md +++ b/helm-charts/yunikorn/README.md @@ -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` | @@ -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 | `{}` |