Skip to content

Commit

Permalink
Fix typo for APISchemaIngress (#1461)
Browse files Browse the repository at this point in the history
Reference : #1451
  • Loading branch information
ttauveron authored and tamalsaha committed Dec 12, 2019
1 parent a0301f7 commit f27ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/voyager/v1beta1/annotations.go
Expand Up @@ -36,7 +36,7 @@ const (

APISchema = EngressKey + "/" + "api-schema" // APISchema = {APIGroup}/{APIVersion}
APISchemaEngress = voyager.GroupName + "/v1beta1"
APISchemaIngress = "extension/v1beta1"
APISchemaIngress = "extensions/v1beta1"

VoyagerPrefix = "voyager-"

Expand Down

0 comments on commit f27ce8f

Please sign in to comment.