Skip to content

Commit

Permalink
Fix config crd base (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriddaluru authored Mar 20, 2024
1 parent c643224 commit e77ad50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
description: AllocatePublicIP allows the ability to create dynamic
public ips for machines where this value is true.
type: boolean
availabilitySetName:
type: string
availabilityZone:
properties:
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
description: AllocatePublicIP allows the ability to create
dynamic public ips for machines where this value is true.
type: boolean
availabilitySetName:
type: string
availabilityZone:
properties:
enabled:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
items:
type: string
type: array
availabilitySetName:
type: string
availabilityZone:
properties:
enabled:
Expand Down

0 comments on commit e77ad50

Please sign in to comment.