Skip to content

Commit

Permalink
update katib studyjob controller manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu committed Jan 14, 2019
1 parent 1a876d3 commit 8ce9106
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kubeflow/katib/studyjobcontroller.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
- "{{.WorkerKind}}"
- "-n"
- "{{.NameSpace}}"
- "-m"
- "{{.ManagerSerivce}}"
restartPolicy: Never
||| % { mcimage: params.metricsCollectorImage },
},
Expand Down Expand Up @@ -273,6 +275,16 @@
name: "studyjob-controller",
image: params.studyJobControllerImage,
imagePullPolicy: "Always",
env: [
{
name: "VIZIER_CORE_NAMESPACE",
valueFrom: {
fieldRef: {
fieldPath: "metadata.namespace",
},
},
},
],
},
],
},
Expand Down

0 comments on commit 8ce9106

Please sign in to comment.