Skip to content

Commit e7c8281

Browse files
author
Sunil Thaha
committed
chore: use consistent namespaces for operator and operand
Signed-off-by: Sunil Thaha <[email protected]>
1 parent 5603bf4 commit e7c8281

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bundle/manifests/kepler.system.sustainable.computing.io_powermonitors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
clientConfig:
1313
service:
1414
name: kepler-operator-webhook-service
15-
namespace: kepler-operator-system
15+
namespace: kepler-operator
1616
path: /convert
1717
conversionReviewVersions:
1818
- v1

config/default/k8s/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: kepler-operator-system
2+
namespace: kepler-operator
33

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

config/default/openshift/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: kepler-operator-system
2+
namespace: kepler-operator
33

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

config/manager/overlays/k8s/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ patches:
1111
patch: |-
1212
- op: add
1313
path: /spec/template/spec/containers/0/args/0
14-
value: --deployment-namespace=kepler
14+
value: --deployment-namespace=power-monitor

0 commit comments

Comments
 (0)