Skip to content

Commit

Permalink
Fix default metricsController wrong args (#550)
Browse files Browse the repository at this point in the history
* Fix default metricsController wrong args

* Add command for metricsConllector deployment
  • Loading branch information
hougangliu authored and k8s-ci-robot committed May 19, 2019
1 parent 32c1bd2 commit c8ae73e
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 @@ -23,8 +23,8 @@ data:
containers:
- name: {{.WorkerID}}
image: katib/metrics-collector
command: ["./metricscollector"]
args:
- "./metricscollector"
- "-s"
- "{{.StudyID}}"
- "-t"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ data:
containers:
- name: {{.Trial}}
image: katib/metrics-collector
command: ["./metricscollector"]
args:
- "./metricscollector"
- "-e"
- "{{.Experiment}}"
- "-t"
Expand Down

0 comments on commit c8ae73e

Please sign in to comment.