Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit bc7ead8

Browse files
committed
add disabled flag
1 parent 723a412 commit bc7ead8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

deploy/frontend.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
apiVersion: v1
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/RedHatInsights/frontend-components/refs/heads/master/packages/config-utils/src/feo/spec/frontend-crd.schema.json
2+
apiVersion: template.openshift.io/v1
23
kind: Template
34
metadata:
45
name: policies-ui-frontend
@@ -18,23 +19,25 @@ objects:
1819
paths:
1920
- /apps/policies
2021
image: ${IMAGE}:${IMAGE_TAG}
21-
navItems:
22-
- appId: policies
23-
title: Policies
24-
href: /insights/policies
22+
feoConfigEnabled: false
2523
module:
2624
manifestLocation: /apps/policies/fed-mods.json
25+
analytics:
26+
APIKey: "apRCg9V6oMXCcnTingqRYW6m1er4hkCW"
27+
config:
28+
supportCaseData:
29+
product: Red Hat Insights
30+
version: Policies
2731
modules:
2832
- id: policies
2933
module: ./RootApp
3034
routes:
3135
- pathname: /insights/policies
3236
- pathname: /ansible/policies
33-
moduleID: policies
3437
parameters:
3538
- name: ENV_NAME
3639
required: true
3740
- name: IMAGE_TAG
3841
required: true
3942
- name: IMAGE
40-
value: quay.io/redhat-services-prod/insights-management-tenant/insights-policies/policies-ui-frontend
43+
value: quay.io/redhat-services-prod/insights-management-tenant/insights-policies/policies-ui-frontend

fec.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ module.exports = {
4848
`/src/AppEntry`
4949
)
5050
}
51-
}
51+
},
52+
frontendCRDPath: 'deploy/frontend.yml'
5253
};

0 commit comments

Comments
 (0)