Skip to content

Commit 6a4434b

Browse files
committed
operator: add differentiation label
Add one device plugin specific label to differentiate our operator from all the possible operators within same namespace. Signed-off-by: Tuomas Katila <[email protected]>
1 parent 52be7ed commit 6a4434b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

deployments/operator/manager/manager.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Namespace
33
metadata:
44
labels:
55
control-plane: controller-manager
6+
manager: intel-deviceplugin-operator
67
name: system
78
---
89
apiVersion: apps/v1
@@ -12,15 +13,18 @@ metadata:
1213
namespace: system
1314
labels:
1415
control-plane: controller-manager
16+
manager: intel-deviceplugin-operator
1517
spec:
1618
selector:
1719
matchLabels:
1820
control-plane: controller-manager
21+
manager: intel-deviceplugin-operator
1922
replicas: 1
2023
template:
2124
metadata:
2225
labels:
2326
control-plane: controller-manager
27+
manager: intel-deviceplugin-operator
2428
spec:
2529
containers:
2630
- image: docker.io/intel/intel-deviceplugin-operator:devel

deployments/operator/rbac/auth_proxy_service.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
targetPort: https
1313
selector:
1414
control-plane: controller-manager
15+
manager: intel-deviceplugin-operator

0 commit comments

Comments
 (0)