Skip to content

Commit 5687df0

Browse files
Merge pull request #1335 from dprince/csv_fix
Commit the latest CSV and displayName on init resource
2 parents 6dd4d7e + dd23b69 commit 5687df0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

apis/operator/v1beta1/openstack_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ type OpenStackStatus struct {
4444

4545
// +kubebuilder:object:root=true
4646
// +kubebuilder:subresource:status
47+
// +operator-sdk:csv:customresourcedefinitions:displayName="OpenStack"
4748
// +kubebuilder:printcolumn:name="Deployed Operator Count",type=integer,JSONPath=`.status.deployedOperatorCount`
4849
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[0].status",description="Status"
4950
// OpenStack is the Schema for the openstacks API

config/manifests/bases/openstack-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ spec:
381381
- description: Templates - Overrides to use when creating the Rabbitmq clusters
382382
displayName: Templates
383383
path: rabbitmq.templates
384-
- description: NodeSelector to target subset of worker nodes running this service
385-
displayName: Node Selector
386-
path: rabbitmq.templates.nodeSelector
387384
- description: Enabled - Whether the Redis service should be deployed and managed
388385
displayName: Enabled
389386
path: redis.enabled
@@ -617,7 +614,7 @@ spec:
617614
- urn:alm:descriptor:io.kubernetes.conditions
618615
version: v1beta1
619616
- description: OpenStack is the Schema for the openstacks API
620-
displayName: Open Stack
617+
displayName: OpenStack
621618
kind: OpenStack
622619
name: openstacks.operator.openstack.org
623620
statusDescriptors:

0 commit comments

Comments
 (0)