Skip to content

Commit 2e4b1d5

Browse files
Merge pull request #76 from harshad16/fix-big-name
Rename the component to respect name-prefix
2 parents 7974504 + df72cc6 commit 2e4b1d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manager/manager-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: data-science-pipelines-operator
4+
name: service
55
labels:
66
control-plane: controller-manager
77
spec:

config/prometheus/monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: monitoring.coreos.com/v1
22
kind: ServiceMonitor
33
metadata:
4-
name: data-science-pipelines-operator-monitor
4+
name: service-monitor
55
namespace: data-science-pipelines-operator
66
spec:
77
endpoints:

0 commit comments

Comments
 (0)