Skip to content

Commit 84b9c79

Browse files
committed
Use services namespace
1 parent cbbc520 commit 84b9c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adds namespace to all resources.
2-
namespace: atom-operator-system
2+
namespace: services
33

44
# Value of this field is prepended to the
55
# names of all resources, e.g. a deployment named

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
// namespace where the project is deployed in
34-
const namespace = "atom-operator-system"
34+
const namespace = "services"
3535

3636
// serviceAccountName created for the project
3737
const serviceAccountName = "atom-operator-controller-manager"

0 commit comments

Comments
 (0)