Skip to content

Commit

Permalink
fix: separate CMD args
Browse files Browse the repository at this point in the history
  • Loading branch information
exdx committed Jul 11, 2019
1 parent ce85be5 commit 9e697e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ MAINTAINER Tomasz Kulczynski "[email protected]"
ADD admission-controller admission-controller

ENTRYPOINT ["./admission-controller"]
CMD ["--v=4 --stderrthreshold=info"]
CMD ["--v=4", "--stderrthreshold=info"]
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/updater/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ MAINTAINER Marcin Wielgus "[email protected]"
ADD updater updater

ENTRYPOINT ["./updater"]
CMD ["--v=4 --stderrthreshold=info"]
CMD ["--v=4", "--stderrthreshold=info"]

0 comments on commit 9e697e8

Please sign in to comment.