Skip to content

Commit

Permalink
address operatorhub warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 4, 2024
1 parent 460ac26 commit 6984bf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/limitador-operator:latest
createdAt: "2024-09-27T10:13:26Z"
createdAt: "2024-10-04T08:22:40Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/limitador-operator
Expand All @@ -48,7 +48,9 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: Limitador
- description: Limitador is the Schema for the limitadors API
displayName: Limitador
kind: Limitador
name: limitadors.limitador.kuadrant.io
version: v1alpha1
description: The Limitador operator installs and maintains limitador instances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ metadata:
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions: {}
customresourcedefinitions:
owned:
- description: Limitador is the Schema for the limitadors API
displayName: Limitador
kind: Limitador
name: limitadors.limitador.kuadrant.io
version: v1alpha1
description: The Limitador operator installs and maintains limitador instances
displayName: Limitador
icon:
Expand Down

0 comments on commit 6984bf5

Please sign in to comment.