Skip to content

Commit

Permalink
Use kubeflow as default namespace for tf serving (kubeflow#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored and k8s-ci-robot committed Nov 13, 2018
1 parent f077201 commit f7fc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/kubeflow/container/deployer/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -x

KUBERNETES_NAMESPACE="${KUBERNETES_NAMESPACE:-default}"
KUBERNETES_NAMESPACE="${KUBERNETES_NAMESPACE:-kubeflow}"
SERVER_NAME="${SERVER_NAME:-model-server}"

while (($#)); do
Expand Down

0 comments on commit f7fc1f0

Please sign in to comment.