Skip to content

Commit

Permalink
feat: add statics for modules illustrated message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Jan 23, 2025
1 parent e8602a9 commit ad56a75
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
6 changes: 5 additions & 1 deletion kyma/environments/dev/statics.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[]
[
{
"source": "extensions/kyma"
}
]
6 changes: 5 additions & 1 deletion kyma/environments/prod/statics.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[]
[
{
"source": "extensions/kyma"
}
]
6 changes: 5 additions & 1 deletion kyma/environments/stage/statics.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[]
[
{
"source": "extensions/kyma"
}
]
39 changes: 39 additions & 0 deletions kyma/extensions/kyma/kyma.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kymas.operator.kyma-project.io
namespace: kube-public
labels:
app.kubernetes.io/name: kymas.operator.kyma-project.io
busola.io/extension: statics
busola.io/extension-version: '0.5'
data:
dataSources: |
moduleTemplates:
resource:
kind: ModuleTemplate
namespace: null
group: operator.kyma-project.io
version: v1beta2
injections: |-
- title: Introducing Modules
name: Modules
description: Modules add functionalities to your cluster. Consume SAP BTP services, monitor your cluster, build serverless applications and more.
widget: FeaturedCard
source: $
id: ModulesBanner
order: 0
illustration: Modules
design: information-1
visiblity: false
children:
- widget: ResourceButton
source: "'Add Modules'"
visiblity: 'false'
resource:
customUrl: kymamodules
- widget: ExternalLinkButton
link: https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-s-modular-approach
targets:
- slot: banner
location: ClusterOverview

0 comments on commit ad56a75

Please sign in to comment.