From 22a3a6ea1d608edb8aee3169ebb8416197d000ff Mon Sep 17 00:00:00 2001 From: Peter Grant <9246508+pickledrick@users.noreply.github.com> Date: Mon, 4 Mar 2019 15:16:37 +1100 Subject: [PATCH] update readme to fix unused path --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index caf3c1582..8898b10d0 100644 --- a/README.md +++ b/README.md @@ -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: