Merge pull request #44539 from haripriya9647/values
Improve an expression from 'value's to 'values' for taint-and-tolerationpull/44623/head
commit
a5e512e0e9
|
@ -71,7 +71,7 @@ The default value for `operator` is `Equal`.
|
||||||
A toleration "matches" a taint if the keys are the same and the effects are the same, and:
|
A toleration "matches" a taint if the keys are the same and the effects are the same, and:
|
||||||
|
|
||||||
* the `operator` is `Exists` (in which case no `value` should be specified), or
|
* the `operator` is `Exists` (in which case no `value` should be specified), or
|
||||||
* the `operator` is `Equal` and the `value`s are equal.
|
* the `operator` is `Equal` and the values should be equal.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue