Skip to content

Commit 228af3e

Browse files
committed
Bug 1702552: Two "NAME" fields by command "oc get catalogsource"
The NAME field is now corrected as DISPLAY in catalogsource CRD manifest. Signed-off-by: Vu Dinh <[email protected]>
1 parent c59f9b4 commit 228af3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/chart/templates/0000_50_olm_06-catalogsource.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
categories:
2424
- olm
2525
additionalPrinterColumns:
26-
- name: Name
26+
- name: Display
2727
type: string
2828
description: The pretty name of the catalog
2929
JSONPath: .spec.displayName

manifests/0000_50_olm_06-catalogsource.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
categories:
2424
- olm
2525
additionalPrinterColumns:
26-
- name: Name
26+
- name: Display
2727
type: string
2828
description: The pretty name of the catalog
2929
JSONPath: .spec.displayName

0 commit comments

Comments
 (0)