Skip to content

Commit a070dba

Browse files
authored
Merge pull request #1861 from hj-johannes-lee/PR-2024-008
operator: change name prefix of controller-manager
2 parents e2a82e8 + 3a49857 commit a070dba

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)