Skip to content

Commit

Permalink
labels example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 committed Oct 4, 2023
1 parent 0796d99 commit 414dc5f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
4 changes: 2 additions & 2 deletions api/services/ocean/aksV2/schemas/ocean-vmSizes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ properties:
x86_64 includes both intel64 and amd64.
items:
type: string
enum: [ x86_64, intel64, amd64, arm64 ]
example: [ "x86_64" ]
enum: [ X86_64, INTEL64 , AMD64, ARM64 ]
example: [ "X86_64" ]
series:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ properties:
* "kubernetes.azure.com/fips_enabled"
* "kubernetes.azure.com/os-sku"
example:
- key: value
key: value
taints:
type: array
description: |
Expand Down

0 comments on commit 414dc5f

Please sign in to comment.