intel-device-plugins-for-ku.../deployments/operator/device/dsa/dsa.yaml
Hyeongju Johannes Lee 3a49857fcd 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 <hyeongju.lee@intel.com>
2024-10-01 14:33:05 +03:00

15 lines
312 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: intel-deviceplugins-controller-manager
namespace: inteldeviceplugins-system
spec:
template:
spec:
containers:
- args:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --devices=dsa
name: manager