Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Sep 10, 2024
1 parent 13bf933 commit fb6031f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
spec:
description: ConfigSpec defines the desired state of Config
properties:
binaryOverrideUrl:
type: string
extensions:
properties:
helm:
Expand Down Expand Up @@ -95,8 +97,6 @@ spec:
type: object
metadataOverrideUrl:
type: string
binaryOverrideUrl:
type: string
roles:
description: Roles is the various roles in the cluster.
properties:
Expand Down Expand Up @@ -310,6 +310,8 @@ spec:
config:
description: Config holds the configuration used at installation time.
properties:
binaryOverrideUrl:
type: string
extensions:
properties:
helm:
Expand Down Expand Up @@ -364,8 +366,6 @@ spec:
type: object
metadataOverrideUrl:
type: string
binaryOverrideUrl:
type: string
roles:
description: Roles is the various roles in the cluster.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ spec:
spec:
description: ConfigSpec defines the desired state of Config
properties:
binaryOverrideUrl:
type: string
extensions:
properties:
helm:
Expand Down Expand Up @@ -94,8 +96,6 @@ spec:
type: object
metadataOverrideUrl:
type: string
binaryOverrideUrl:
type: string
roles:
description: Roles is the various roles in the cluster.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ spec:
config:
description: Config holds the configuration used at installation time.
properties:
binaryOverrideUrl:
type: string
extensions:
properties:
helm:
Expand Down Expand Up @@ -146,8 +148,6 @@ spec:
type: object
metadataOverrideUrl:
type: string
binaryOverrideUrl:
type: string
roles:
description: Roles is the various roles in the cluster.
properties:
Expand Down

0 comments on commit fb6031f

Please sign in to comment.