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

Revert "Split CMD into ENTRYPOINT and CMD for Dockerfile"

This commit is contained in:
Amir Alavi
2023-01-11 10:17:46 -05:00
committed by GitHub
parent 37e64abab8
commit 03747b0794
7 changed files with 12 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ spec:
- name: descheduler
image: registry.k8s.io/descheduler/descheduler:v0.25.1
imagePullPolicy: IfNotPresent
command:
- "/bin/descheduler"
args:
- "--policy-config-file"
- "/policy-dir/policy.yaml"