mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
update readme to fix unused path
This commit is contained in:
@@ -138,11 +138,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /policy-dir
|
- mountPath: /policy-dir
|
||||||
name: policy-volume
|
name: policy-volume
|
||||||
command:
|
command: ["/bin/descheduler", "--policy-config-file", "/policy-dir/policy.yaml"]
|
||||||
- "/bin/sh"
|
|
||||||
- "-ec"
|
|
||||||
- |
|
|
||||||
/bin/descheduler --policy-config-file /policy-dir/policy.yaml
|
|
||||||
restartPolicy: "Never"
|
restartPolicy: "Never"
|
||||||
serviceAccountName: descheduler-sa
|
serviceAccountName: descheduler-sa
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user