Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add statics for modules illustrated message #3626

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading