Skip to content

Commit 0be7bdd

Browse files
committed
fix indent for cel.expression
Signed-off-by: jmnote <[email protected]>
1 parent 9c75352 commit 0be7bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/dra/resourceclaimtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spec:
1111
deviceClassName: example-device-class
1212
selectors:
1313
- cel:
14-
expression: |-
14+
expression: |-
1515
device.attributes["driver.example.com"].type == "gpu" &&
1616
device.capacity["driver.example.com"].memory == quantity("64Gi")

0 commit comments

Comments
 (0)