Skip to content

Commit

Permalink
expose namespace config for persistent agent (#1308)
Browse files Browse the repository at this point in the history
this config allow specifying what namespace the persistent agent listen to
  • Loading branch information
IronPan authored and k8s-ci-robot committed May 10, 2019
1 parent 8418b31 commit 27bdbda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/Dockerfile.persistenceagent
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ WORKDIR /bin
COPY --from=builder /bin/persistence_agent /bin/persistence_agent
COPY --from=builder /go/src/github.com/kubeflow/pipelines/third_party/license.txt /bin/license.txt

CMD persistence_agent \
--alsologtostderr=true
ENV NAMESPACE ""

CMD persistence_agent --alsologtostderr=true --namespace=${NAMESPACE}

0 comments on commit 27bdbda

Please sign in to comment.