Skip to content

Commit c5b29c9

Browse files
Made changes
1 parent a2adaa1 commit c5b29c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/versions/strategy_v2_4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func (v *versionStrategyV2_4) ValidateRequest(ctx context.Context, cl client.Cli
280280
}
281281
hasRootCAConfigMapName := ContainsRootCAConfigMapNameField(smcp)
282282
if hasRootCAConfigMapName {
283-
return admission.ValidationResponse(false, "SMCP does not allow this RootCAConfigMapName field")
283+
return admission.ValidationResponse(false, "SMCP does not allow RootCAConfigMapName field")
284284
}
285285
return admission.ValidationResponse(true, "")
286286
}

0 commit comments

Comments
 (0)