mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-29 19:42:54 +00:00
remove expectation about TransformsConstantsNamesUnique status condition
Forgot to remove this in the previous commit which removed writing that condition from the controller code.
This commit is contained in:
@@ -668,7 +668,6 @@ func withAllSuccessfulConditions() map[string]v1alpha1.ConditionStatus {
|
||||
"IdentityProvidersObjectRefKindValid": v1alpha1.ConditionTrue,
|
||||
"IdentityProvidersObjectRefAPIGroupSuffixValid": v1alpha1.ConditionTrue,
|
||||
"IdentityProvidersDisplayNamesUnique": v1alpha1.ConditionTrue,
|
||||
"TransformsConstantsNamesUnique": v1alpha1.ConditionTrue,
|
||||
"TransformsExpressionsValid": v1alpha1.ConditionTrue,
|
||||
"TransformsExamplesPassed": v1alpha1.ConditionTrue,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user