Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Mar 10, 2021
1 parent 74961d7 commit 4db0d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/kubernetes_image_puller.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func CheckNeededImagePullerApis(ctx *DeployContext) (bool, bool, bool, error) {

for _, l := range resourcesList {
for _, r := range l.APIResources {
if r.Kind == "KubernetesImagePuller" {
if l.GroupVersion == chev1alpha1.SchemeGroupVersion.String() && r.Kind == "KubernetesImagePuller" {
foundKubernetesImagePullerAPI = true
}
}
Expand Down

0 comments on commit 4db0d07

Please sign in to comment.