Skip to content

Commit

Permalink
remove obsolete scheduler.replicaCount from README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitka authored and grugnog committed Jun 13, 2023
1 parent 0d35e3a commit 2c5b237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ The following table lists the configurable parameters of the Redash chart and th
| scheduler.podAnnotations | object | `{}` | Annotations for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) |
| scheduler.podLabels | object | `{}` | Labels for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) |
| scheduler.podSecurityContext | object | `{}` | Security contexts for scheduler pod assignment [ref](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
| scheduler.replicaCount | int | `1` | Number of scheduler pods to run |
| scheduler.resources | string | `nil` | scheduler resource requests and limits [ref](http://kubernetes.io/docs/user-guide/compute-resources/) |
| scheduler.securityContext | object | `{}` | |
| scheduler.tolerations | list | `[]` | Tolerations for scheduler pod assignment [ref](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) |
Expand Down

0 comments on commit 2c5b237

Please sign in to comment.