This repository was archived by the owner on Dec 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 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
23kind : Template
34metadata :
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
3437parameters :
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
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ module.exports = {
4848 `/src/AppEntry`
4949 )
5050 }
51- }
51+ } ,
52+ frontendCRDPath : 'deploy/frontend.yml'
5253} ;
You can’t perform that action at this time.
0 commit comments