diff --git a/deployments/operator/default/kustomization.yaml b/deployments/operator/default/kustomization.yaml index bfa90dbe2..5f7daddff 100644 --- a/deployments/operator/default/kustomization.yaml +++ b/deployments/operator/default/kustomization.yaml @@ -6,7 +6,7 @@ namespace: inteldeviceplugins-system # "wordpress" becomes "alices-wordpress". # Note that it should also match with the prefix (text before '-') of the namespace # field above. -namePrefix: inteldeviceplugins- +namePrefix: intel-deviceplugins- # Labels to add to all resources and selectors. #commonLabels: diff --git a/deployments/operator/device/dlb/dlb.yaml b/deployments/operator/device/dlb/dlb.yaml index 4709c9ddf..73836a262 100644 --- a/deployments/operator/device/dlb/dlb.yaml +++ b/deployments/operator/device/dlb/dlb.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: diff --git a/deployments/operator/device/dsa/dsa.yaml b/deployments/operator/device/dsa/dsa.yaml index 89082a5a8..7557efdac 100644 --- a/deployments/operator/device/dsa/dsa.yaml +++ b/deployments/operator/device/dsa/dsa.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: diff --git a/deployments/operator/device/fpga/fpga.yaml b/deployments/operator/device/fpga/fpga.yaml index b125fa880..4627dce63 100644 --- a/deployments/operator/device/fpga/fpga.yaml +++ b/deployments/operator/device/fpga/fpga.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: diff --git a/deployments/operator/device/gpu/gpu.yaml b/deployments/operator/device/gpu/gpu.yaml index 54f8edfc9..bc8a384b7 100644 --- a/deployments/operator/device/gpu/gpu.yaml +++ b/deployments/operator/device/gpu/gpu.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: diff --git a/deployments/operator/device/qat/qat.yaml b/deployments/operator/device/qat/qat.yaml index 939395e42..c0c60f5ab 100644 --- a/deployments/operator/device/qat/qat.yaml +++ b/deployments/operator/device/qat/qat.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: diff --git a/deployments/operator/device/sgx/sgx.yaml b/deployments/operator/device/sgx/sgx.yaml index 8897f16ae..fd87d7862 100644 --- a/deployments/operator/device/sgx/sgx.yaml +++ b/deployments/operator/device/sgx/sgx.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: inteldeviceplugins-controller-manager + name: intel-deviceplugins-controller-manager namespace: inteldeviceplugins-system spec: template: