Skip to content

Commit

Permalink
[#760] fix the resource name to detect openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Feb 16, 2024
1 parent 6571e93 commit ee789cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/common/auto_detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (b *AutoDetector) DetectOpenshift() error {
schema.GroupVersionResource{
Group: "operator.openshift.io",
Version: "v1",
Resource: OpenShiftAPIServerKind,
Resource: "openshiftapiservers",
})

if err != nil {
Expand Down

0 comments on commit ee789cb

Please sign in to comment.