Skip to content

Commit cf25e17

Browse files
committed
fix: name for nx-device incorrect, should be nx.device
Signed-off-by: Paul Bastide <[email protected]>
1 parent c0f0869 commit cf25e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: resource.k8s.io/v1alpha3
22
kind: DeviceClass
33
metadata:
4-
name: nx-device.power.ibm.com
4+
name: nx.device.power.ibm.com
55
spec:
66
selectors:
77
- cel:
8-
expression: "device.driver == 'nx-device.power.ibm.com'"
8+
expression: "device.driver == 'nx.device.power.ibm.com'"

0 commit comments

Comments
 (0)