Skip to content

Commit

Permalink
Replace kinvolk wiht habitat-sh
Browse files Browse the repository at this point in the history
In new files.
  • Loading branch information
asymmetric committed Mar 14, 2018
1 parent db17927 commit 3a1151d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/persistent_volume_claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"

"github.com/go-kit/kit/log/level"
habv1beta1 "github.com/kinvolk/habitat-operator/pkg/apis/habitat/v1beta1"
habv1beta1 "github.com/habitat-sh/habitat-operator/pkg/apis/habitat/v1beta1"
apiv1 "k8s.io/api/core/v1"
"k8s.io/client-go/tools/cache"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/stateful_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"

"github.com/go-kit/kit/log/level"
habv1beta1 "github.com/kinvolk/habitat-operator/pkg/apis/habitat/v1beta1"
habv1beta1 "github.com/habitat-sh/habitat-operator/pkg/apis/habitat/v1beta1"
appsv1beta1 "k8s.io/api/apps/v1beta1"
apiv1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
Expand Down

0 comments on commit 3a1151d

Please sign in to comment.