Skip to content

Commit f827308

Browse files
committed
Add statics config with modules banner
1 parent 043e79e commit f827308

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
kind: ConfigMap
2+
apiVersion: v1
3+
metadata:
4+
name: modules-banner
5+
namespace: kube-public
6+
labels:
7+
app.kubernetes.io/name: modules-banner
8+
busola.io/extension: statics
9+
busola.io/extension-version: '0.5'
10+
data:
11+
dataSources: |-
12+
kymas:
13+
resource:
14+
kind: Kyma
15+
group: operator.kyma-project.io
16+
version: v1beta2
17+
injections:
18+
- title: Introducing Modules
19+
name: Modules
20+
description: Modules add functionalities to your cluster. Consume SAP BTP services, monitor your cluster, build serverless applications and more.
21+
widget: FeaturedCard
22+
visibility: '$count($kymas().items)>0'
23+
source: $
24+
id: ModulesBanner
25+
order: 0
26+
illustration: Modules
27+
design: information-1
28+
children:
29+
- widget: ResourceButton
30+
source: "'Add Modules'"
31+
resource:
32+
customUrl: kymamodules
33+
- widget: ExternalLinkButton
34+
link: https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-s-modular-approach
35+
targets:
36+
- slot: banner
37+
location: ClusterOverview

0 commit comments

Comments
 (0)