1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

update readme to fix unused path

This commit is contained in:
Peter Grant
2019-03-04 15:16:37 +11:00
parent 294bddb5e2
commit 22a3a6ea1d

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: