Skip to content

Commit 3a49857

Browse files
operator: change name prefix of controller-manager
To sync with operator bundle that has been 'intel-deviceplugins-' since 0.30.0 version, change the name prefix. Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent 4410cd3 commit 3a49857

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

deployments/operator/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: inteldeviceplugins-system
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: inteldeviceplugins-
9+
namePrefix: intel-deviceplugins-
1010

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

deployments/operator/device/dlb/dlb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

deployments/operator/device/dsa/dsa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

deployments/operator/device/fpga/fpga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

deployments/operator/device/gpu/gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

deployments/operator/device/qat/qat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

deployments/operator/device/sgx/sgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: apps/v1
22
kind: Deployment
33
metadata:
4-
name: inteldeviceplugins-controller-manager
4+
name: intel-deviceplugins-controller-manager
55
namespace: inteldeviceplugins-system
66
spec:
77
template:

0 commit comments

Comments
 (0)