You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And have it still set the expanderPriorities configmap. Right now I can set this expander value above and it works properly, except the configmap is not created because of this flawed conditional logic.
Bugfix
Possible bugfix is to change the "eq" to contains in that second line, I'm submitting an MR now.
The text was updated successfully, but these errors were encountered:
Issue
The conditional creation logic for the priority-expander-configmap.yaml:
Directly conflicts with ability to pass multiple expanders to cascade, info from the FAQ:
which results in it not being possible to set...
And have it still set the
expanderPriorities
configmap. Right now I can set this expander value above and it works properly, except the configmap is not created because of this flawed conditional logic.Bugfix
Possible bugfix is to change the "eq" to contains in that second line, I'm submitting an MR now.
The text was updated successfully, but these errors were encountered: