We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724a405 commit 85184abCopy full SHA for 85184ab
README.md
@@ -22,17 +22,6 @@ helm install -n kube-system kube-arch-scheduler/kube-arch-scheduler
22
**Core Values:**
23
24
```yaml
25
-controllerManager:
26
- manager:
27
- image:
28
- repository: ghcr.io/jatalocks/kube-arch-scheduler
29
- tag: latest
30
- resources:
31
- requests:
32
- cpu: 0.5
33
- memory: 100Mi
34
- replicaCount: 1
35
-
36
# While enabled, this will add the scheduler to the default scheduler plugins,
37
# this will make it affect all pods in the cluster.
38
addToDefaultScheduler: true
0 commit comments