1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

Merge pull request #137 from pickledrick/fix/update-installation-readme

update readme to fix unused path
This commit is contained in:
Kubernetes Prow Robot
2019-03-04 06:04:39 -08:00
committed by GitHub

View File

@@ -138,11 +138,7 @@ spec:
volumeMounts:
- mountPath: /policy-dir
name: policy-volume
command:
- "/bin/sh"
- "-ec"
- |
/bin/descheduler --policy-config-file /policy-dir/policy.yaml
command: ["/bin/descheduler", "--policy-config-file", "/policy-dir/policy.yaml"]
restartPolicy: "Never"
serviceAccountName: descheduler-sa
volumes: