Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #924 from slagle/dataSources
Browse files Browse the repository at this point in the history
Fix dataSources json
  • Loading branch information
slagle authored Jun 6, 2024
2 parents e2cd3f7 + fc38ae6 commit b6af43d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
items:
type: string
type: array
datasources:
dataSources:
items:
properties:
configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/openstackdataplaneservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type OpenStackDataPlaneServiceSpec struct {

// DataSources list of DataSource objects to mount as ExtraMounts for the
// OpenStackAnsibleEE
DataSources []DataSource `json:"datasources,omitempty"`
DataSources []DataSource `json:"dataSources,omitempty"`

// TLSCerts tls certs to be generated
// +kubebuilder:validation:Optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
items:
type: string
type: array
datasources:
dataSources:
items:
properties:
configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion docs/assemblies/custom_resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ OpenStackDataPlaneServiceSpec defines the desired state of OpenStackDataPlaneSer
| []string
| false
| datasources
| dataSources
| DataSources list of DataSource objects to mount as ExtraMounts for the OpenStackAnsibleEE
| []<<datasource,DataSource>>
| false
Expand Down

0 comments on commit b6af43d

Please sign in to comment.