Skip to content

Commit 6491be5

Browse files
committed
update manifests
1 parent adbe373 commit 6491be5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/crd/bases/workload.codeflare.dev_appwrappers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ spec:
127127
operator:
128128
description: |-
129129
Operator represents a key's relationship to the value.
130-
Valid operators are Exists and Equal. Defaults to Equal.
130+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
131131
Exists is equivalent to wildcard for value, so that a pod can
132132
tolerate all taints of a particular category.
133+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
133134
type: string
134135
tolerationSeconds:
135136
description: |-

0 commit comments

Comments
 (0)