Skip to content

Commit

Permalink
PMK-6377 Changing the label for hostplumber (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantjoshi84 committed May 10, 2024
1 parent f431329 commit 7d9b433
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions hostplumber/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ metadata:
name: controller-manager
namespace: system
labels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
spec:
selector:
matchLabels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
spec:
tolerations:
- key: node-role.kubernetes.io/master
Expand Down
4 changes: 2 additions & 2 deletions hostplumber/config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
name: controller-manager-metrics-monitor
namespace: system
spec:
Expand All @@ -17,4 +17,4 @@ spec:
insecureSkipVerify: true
selector:
matchLabels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
2 changes: 1 addition & 1 deletion hostplumber/config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
control-plane: controller-manager
control-plane: hostplumber-controller-manager
name: controller-manager-metrics-service
namespace: system
spec:
Expand Down

0 comments on commit 7d9b433

Please sign in to comment.