Skip to content

Commit

Permalink
build: update labels in the bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed May 5, 2022
1 parent e611a42 commit 56f1794
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
creationTimestamp: null
labels:
control-plane: controller-manager
app.kubernetes.io/name: lvm-operator
name: controller-manager-metrics-service
spec:
ports:
Expand All @@ -12,6 +12,6 @@ spec:
protocol: TCP
targetPort: https
selector:
control-plane: controller-manager
app.kubernetes.io/name: lvm-operator
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: lvm-operator
name: lvm-operator-controller-manager-metrics-monitor
spec:
endpoints:
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/lvm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ spec:
replicas: 1
selector:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/name: lvm-operator
strategy: {}
template:
metadata:
labels:
control-plane: controller-manager
app.kubernetes.io/name: lvm-operator
exporter: lvm-operator
spec:
containers:
Expand Down

0 comments on commit 56f1794

Please sign in to comment.