Skip to content

Commit 921f3aa

Browse files
authored
changing CSV template to use categories (#242)
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 <[email protected]>
1 parent 30510fc commit 921f3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config/manifests/bases/clusterserviceversion.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
44
annotations:
5-
category: "Cloud Provider"
5+
categories: "Cloud Provider"
66
alm-examples: '[]'
77
capabilities: {{.Annotations.CapabilityLevel}}
88
operatorframework.io/suggested-namespace: "ack-system"

0 commit comments

Comments
 (0)