Skip to content

Commit

Permalink
chore: fix typo in ApidixRoute CRD (#830)
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Jan 5, 2022
1 parent 8364821 commit 2edc4da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/deploy/crd/v1/ApisixRoute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
type: integer
minimum: 1
maximum: 65535
resolveGranualrity:
resolveGranularity:
type: string
enum: ["endpoint", "service"]
weight:
Expand All @@ -197,7 +197,7 @@ spec:
type: integer
minimum: 1
maximum: 65535
resolveGranualrity:
resolveGranularity:
type: string
enum: ["endpoint", "service"]
weight:
Expand Down Expand Up @@ -268,7 +268,7 @@ spec:
type: integer
minimum: 1
maximum: 65535
resolveGranualrity:
resolveGranularity:
type: string
enum: ["endpoint", "service"]
subset:
Expand Down Expand Up @@ -308,7 +308,7 @@ spec:
type: integer
minimum: 1
maximum: 65535
resolveGranualrity:
resolveGranularity:
type: string
enum: [ "endpoint", "service" ]
subset:
Expand Down

0 comments on commit 2edc4da

Please sign in to comment.