new attempt
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
"github.com/baschno/tdset-operator/test/utils"
|
||||
)
|
||||
|
||||
const namespace = "tdset-operator-system"
|
||||
const namespace = "k8s-operator-playground-system"
|
||||
|
||||
var _ = Describe("controller", Ordered, func() {
|
||||
BeforeAll(func() {
|
||||
@@ -60,7 +60,7 @@ var _ = Describe("controller", Ordered, func() {
|
||||
var err error
|
||||
|
||||
// projectimage stores the name of the image used in the example
|
||||
var projectimage = "example.com/tdset-operator:v0.0.1"
|
||||
var projectimage = "example.com/k8s-operator-playground:v0.0.1"
|
||||
|
||||
By("building the manager(Operator) image")
|
||||
cmd := exec.Command("make", "docker-build", fmt.Sprintf("IMG=%s", projectimage))
|
||||
|
||||
Reference in New Issue
Block a user