mirror of https://github.com/helm/helm
commit
a88506e5d1
@ -1,8 +1,8 @@
|
||||
package dm
|
||||
|
||||
import (
|
||||
"github.com/deis/helm-dm/format"
|
||||
"github.com/deis/helm-dm/kubectl"
|
||||
"github.com/deis/helm-dm/pkg/format"
|
||||
"github.com/deis/helm-dm/pkg/kubectl"
|
||||
)
|
||||
|
||||
// Install uses kubectl to install the base DM.
|
@ -1,7 +1,7 @@
|
||||
package dm
|
||||
|
||||
import (
|
||||
"github.com/deis/helm-dm/kubectl"
|
||||
"github.com/deis/helm-dm/pkg/kubectl"
|
||||
)
|
||||
|
||||
// Uninstall uses kubectl to uninstall the base DM.
|
Loading…
Reference in new issue