Skip to content

Commit 8ac4661

Browse files
chore: fix plugins and plugin-packages had the same name (#292)
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 07138a5 commit 8ac4661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

catalog-info-plugins-packages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: backstage.io/v1alpha1
22
kind: Location
33
metadata:
4-
name: rhdh-plugins
5-
title: RHDH plugins
4+
name: rhdh-plugins-plugins-packages
5+
title: RHDH plugins (list of frontend plugns, backend plugins, etc.)
66
description: Backstage Plugins by Red Hat
77
spec:
88
targets:

catalog-info-plugins.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: backstage.io/v1alpha1
22
kind: Location
33
metadata:
4-
name: rhdh-plugins
5-
title: RHDH plugins
4+
name: rhdh-plugins-plugins
5+
title: RHDH plugins (list of plugins)
66
description: Backstage Plugins by Red Hat
77
spec:
88
targets:

0 commit comments

Comments
 (0)