Skip to content

Commit

Permalink
changing CSV template to use categories (#242)
Browse files Browse the repository at this point in the history
Issue #, if available:
NA

Description of changes:
The community operator repo's tests expects `categories` instead of `category` even if an operator is only going to be listed in OperatorHub under one category.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 authored Nov 15, 2021
1 parent 30510fc commit 921f3aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
category: "Cloud Provider"
categories: "Cloud Provider"
alm-examples: '[]'
capabilities: {{.Annotations.CapabilityLevel}}
operatorframework.io/suggested-namespace: "ack-system"
Expand Down

0 comments on commit 921f3aa

Please sign in to comment.