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
With the resource template, the match criteria can be specific and match on a name. however if that name is incorrect, there is no validation, the template is ignored.
in that case, it would be nice to report an UnmatchedResourceTempate Condition in the Status.
not sure if this condition should mean Ready=false, it is indeed non fatal. lets discuss.
The text was updated successfully, but these errors were encountered:
actually thinking more, it is an invalid CR, and we know before we try and update, so we can make it a fatal condition. A variation of the ValidCondition with an unmatched resource template at [index] reason.
With the resource template, the match criteria can be specific and match on a name. however if that name is incorrect, there is no validation, the template is ignored.
in that case, it would be nice to report an UnmatchedResourceTempate Condition in the Status.
not sure if this condition should mean Ready=false, it is indeed non fatal. lets discuss.
The text was updated successfully, but these errors were encountered: