Skip to content

Commit 57cbefb

Browse files
authored
Merge pull request #52338 from jmnote/indent-resourceclaimtemplate
fix indent for cel.expression
2 parents 28bb80e + 0be7bdd commit 57cbefb

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)