Skip to content

Commit 5fff4a5

Browse files
refactor: co-metrics-operator to metrics-operator
1 parent 4797ad7 commit 5fff4a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+69
-69
lines changed

charts/metrics-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Default values for co-metrics-operator.
1+
# Default values for metrics-operator.
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

charts/metrics-operator/values.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Default values for co-metrics-operator.
1+
# Default values for metrics-operator.
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Adds namespace to all resources.
2-
namespace: co-metrics-operator-system
2+
namespace: metrics-operator-system
33

44
# Value of this field is prepended to the
55
# names of all resources, e.g. a deployment named
66
# "wordpress" becomes "alices-wordpress".
77
# Note that it should also match with the prefix (text before '-') of the namespace
88
# field above.
9-
namePrefix: co-metrics-operator-
9+
namePrefix: metrics-operator-
1010

1111
# Labels to add to all resources and selectors.
1212
#labels:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: controller
7-
newName: co-metrics-operator
7+
newName: metrics-operator
88
newTag: dev

config/manager/manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
app.kubernetes.io/name: namespace
77
app.kubernetes.io/instance: system
88
app.kubernetes.io/component: manager
9-
app.kubernetes.io/created-by: co-metrics-operator
10-
app.kubernetes.io/part-of: co-metrics-operator
9+
app.kubernetes.io/created-by: metrics-operator
10+
app.kubernetes.io/part-of: metrics-operator
1111
app.kubernetes.io/managed-by: kustomize
1212
name: system
1313
---
@@ -21,8 +21,8 @@ metadata:
2121
app.kubernetes.io/name: deployment
2222
app.kubernetes.io/instance: controller-manager
2323
app.kubernetes.io/component: manager
24-
app.kubernetes.io/created-by: co-metrics-operator
25-
app.kubernetes.io/part-of: co-metrics-operator
24+
app.kubernetes.io/created-by: metrics-operator
25+
app.kubernetes.io/part-of: metrics-operator
2626
app.kubernetes.io/managed-by: kustomize
2727
spec:
2828
selector:

config/prometheus/monitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
app.kubernetes.io/name: servicemonitor
99
app.kubernetes.io/instance: controller-manager-metrics-monitor
1010
app.kubernetes.io/component: metrics
11-
app.kubernetes.io/created-by: co-metrics-operator
12-
app.kubernetes.io/part-of: co-metrics-operator
11+
app.kubernetes.io/created-by: metrics-operator
12+
app.kubernetes.io/part-of: metrics-operator
1313
app.kubernetes.io/managed-by: kustomize
1414
name: controller-manager-metrics-monitor
1515
namespace: system

config/rbac/auth_proxy_client_clusterrole.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/name: clusterrole
66
app.kubernetes.io/instance: metrics-reader
77
app.kubernetes.io/component: kube-rbac-proxy
8-
app.kubernetes.io/created-by: co-metrics-operator
9-
app.kubernetes.io/part-of: co-metrics-operator
8+
app.kubernetes.io/created-by: metrics-operator
9+
app.kubernetes.io/part-of: metrics-operator
1010
app.kubernetes.io/managed-by: kustomize
1111
name: metrics-reader
1212
rules:

config/rbac/auth_proxy_role.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/name: clusterrole
66
app.kubernetes.io/instance: proxy-role
77
app.kubernetes.io/component: kube-rbac-proxy
8-
app.kubernetes.io/created-by: co-metrics-operator
9-
app.kubernetes.io/part-of: co-metrics-operator
8+
app.kubernetes.io/created-by: metrics-operator
9+
app.kubernetes.io/part-of: metrics-operator
1010
app.kubernetes.io/managed-by: kustomize
1111
name: proxy-role
1212
rules:

config/rbac/auth_proxy_role_binding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/name: clusterrolebinding
66
app.kubernetes.io/instance: proxy-rolebinding
77
app.kubernetes.io/component: kube-rbac-proxy
8-
app.kubernetes.io/created-by: co-metrics-operator
9-
app.kubernetes.io/part-of: co-metrics-operator
8+
app.kubernetes.io/created-by: metrics-operator
9+
app.kubernetes.io/part-of: metrics-operator
1010
app.kubernetes.io/managed-by: kustomize
1111
name: proxy-rolebinding
1212
roleRef:

config/rbac/auth_proxy_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
app.kubernetes.io/name: service
77
app.kubernetes.io/instance: controller-manager-metrics-service
88
app.kubernetes.io/component: kube-rbac-proxy
9-
app.kubernetes.io/created-by: co-metrics-operator
10-
app.kubernetes.io/part-of: co-metrics-operator
9+
app.kubernetes.io/created-by: metrics-operator
10+
app.kubernetes.io/part-of: metrics-operator
1111
app.kubernetes.io/managed-by: kustomize
1212
name: controller-manager-metrics-service
1313
namespace: system

0 commit comments

Comments
 (0)