Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add br label to crd by default
Signed-off-by: Ben Luzarraga <[email protected]>
  • Loading branch information
bluzarraga committed Jun 25, 2024
commit 6e90efe9574a1c613ec48ba3a3875952d2ebc68e
1 change: 1 addition & 0 deletions api/v3/commonservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ const (

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:metadata:labels="foundationservices.cloudpak.ibm.com=crd"
// +operator-sdk:gen-csv:customresourcedefinitions.displayName="CommonService"

// CommonService is the Schema for the commonservices API. This API is used to
Expand Down
1 change: 1 addition & 0 deletions bundle/manifests/operator.ibm.com_commonservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/instance: ibm-common-service-operator
app.kubernetes.io/managed-by: ibm-common-service-operator
app.kubernetes.io/name: ibm-common-service-operator
foundationservices.cloudpak.ibm.com: crd
name: commonservices.operator.ibm.com
spec:
group: operator.ibm.com
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/operator.ibm.com_commonservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
labels:
foundationservices.cloudpak.ibm.com: crd
name: commonservices.operator.ibm.com
spec:
group: operator.ibm.com
Expand Down