We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbc520 commit 84b9c79Copy full SHA for 84b9c79
config/default/kustomization.yaml
@@ -1,5 +1,5 @@
1
# Adds namespace to all resources.
2
-namespace: atom-operator-system
+namespace: services
3
4
# Value of this field is prepended to the
5
# names of all resources, e.g. a deployment named
test/e2e/e2e_test.go
@@ -31,7 +31,7 @@ import (
31
)
32
33
// namespace where the project is deployed in
34
-const namespace = "atom-operator-system"
+const namespace = "services"
35
36
// serviceAccountName created for the project
37
const serviceAccountName = "atom-operator-controller-manager"
0 commit comments