Ability to use several combinators
M
Max Timoshchenko
Additional filters of widgets allow to set only one combinator.
Example:
{
"combinator": "and",
"rules": [
{
"property": "argocdAppName",
"operator": "contains",
"value": "staging3"
},
{
"operator": "=",
"value": "argocdApplication",
"property": "$blueprint"
}
]
}
it would be good to have the ability to write more complex conditions. combine AND and OR combinators