Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dmage committed Jun 5, 2020
1 parent 861af92 commit 4e3486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/imagestream/imagestream.go
Expand Up @@ -359,7 +359,7 @@ func (is *imageStream) CreateImageStreamMapping(ctx context.Context, userClient
case "imagestream", /*pre-1.2*/
"imagestreams", /*1.2 to 1.6*/
"imagestreammappings" /*1.7+*/ :
isValidKind = true
isValidKind = false
}
}
if !isValidKind || status.Code != http.StatusNotFound || status.Details.Name != is.name {
Expand Down

0 comments on commit 4e3486f

Please sign in to comment.