Skip to content

Commit

Permalink
Fixes an old reference to kubeflow-system (kubeflow#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored and k8s-ci-robot committed May 19, 2019
1 parent 3287ed7 commit bfde55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var (
KFServingName = "kfserving"
KFServingAPIGroupName = "serving.kubeflow.org"
KFServingNamespace = getEnvOrDefault("POD_NAMESPACE", "kubeflow-system")
KFServingNamespace = getEnvOrDefault("POD_NAMESPACE", "kfserving-system")
)

// KFService Constants
Expand Down

0 comments on commit bfde55f

Please sign in to comment.