-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
1.9.0
-
None
-
False
-
-
False
-
-
Description of problem:
- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-quay:bs_1.45.3__1.28.1!backstage-community-plugin-quay disabled: true pluginConfig: dynamicPlugins: frontend: backstage-community.plugin-quay: mountPoints: - mountPoint: entity.page.image-registry/cards importName: QuayPage config: layout: gridColumn: 1 / -1 if: anyOf: - isQuayAvailable pluginConfig: servicenow: baseUrl: ${SERVICENOW_BASE_URL} username: ${SERVICENOW_USERNAME} password: ${SERVICENOW_PASSWORD}
Second pluginConfig: entry originally belongs to servicenow plugin which is deleted.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Can also be reproduced on rhdh-plugin-catalog repo sequentially calling:
- generateDynamicPluginsDefaultYaml.py - ok
- generateCatalogIndex.py - adds OCI entries, here the problem shows up
Actual results:
Invalid YAML with removed servicenow plugin
Expected results:
valid YAML with servicenow plugin