diff --git a/api/bases/dataplane.openstack.org_openstackdataplaneservices.yaml b/api/bases/dataplane.openstack.org_openstackdataplaneservices.yaml index 117ea55df..7927702e2 100644 --- a/api/bases/dataplane.openstack.org_openstackdataplaneservices.yaml +++ b/api/bases/dataplane.openstack.org_openstackdataplaneservices.yaml @@ -46,7 +46,7 @@ spec: items: type: string type: array - datasources: + dataSources: items: properties: configMapRef: diff --git a/api/v1beta1/openstackdataplaneservice_types.go b/api/v1beta1/openstackdataplaneservice_types.go index a5cf060ad..2561b9693 100644 --- a/api/v1beta1/openstackdataplaneservice_types.go +++ b/api/v1beta1/openstackdataplaneservice_types.go @@ -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 diff --git a/config/crd/bases/dataplane.openstack.org_openstackdataplaneservices.yaml b/config/crd/bases/dataplane.openstack.org_openstackdataplaneservices.yaml index 117ea55df..7927702e2 100644 --- a/config/crd/bases/dataplane.openstack.org_openstackdataplaneservices.yaml +++ b/config/crd/bases/dataplane.openstack.org_openstackdataplaneservices.yaml @@ -46,7 +46,7 @@ spec: items: type: string type: array - datasources: + dataSources: items: properties: configMapRef: diff --git a/docs/assemblies/custom_resources.adoc b/docs/assemblies/custom_resources.adoc index f2e8e1db1..51a0e7565 100644 --- a/docs/assemblies/custom_resources.adoc +++ b/docs/assemblies/custom_resources.adoc @@ -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 | []<> | false