Skip to content

Commit

Permalink
feat: adding placeholder for iron core
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Aug 5, 2024
1 parent 3e21b78 commit 5759b09
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/example-resources/assets/gardener.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"entityType": "main.account",
"pathSegment": "gardener",
"label": "Gardener",
"category": "Kubernetes",
"virtualTree": true,
"initialRoute": "namespace",
"url": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com",
Expand Down
28 changes: 28 additions & 0 deletions charts/example-resources/assets/infra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "overview",
"creationTimestamp": "2022-05-17T11:37:17Z",
"luigiConfigFragment": [
{
"data": {
"nodes": [
{
"pathSegment": "ironcore",
"label": "Iron Core",
"entityType": "main.account",
"category": "Infrastructure",
"loadingIndicator": {
"enabled": false
},
"keepSelectedForChildren": true,
"url": "https://fiddle.luigi-project.io/examples/microfrontends/multipurpose.html",
"children": [ ],
"context": {
"title": "Iron Core",
"content": " "
}
}
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{- if .Values.contentConfigurations.infra }}
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
name: infra
namespace: {{ .Release.Namespace }}
spec:
inlineConfiguration:
content: |-
{{ .Files.Get "assets/infra.json" | nindent 6 }}
contentType: json
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ matches the snapshot (gardener):
"entityType": "main.account",
"pathSegment": "gardener",
"label": "Gardener",
"category": "Kubernetes",
"virtualTree": true,
"initialRoute": "namespace",
"url": "https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com",
Expand Down
3 changes: 2 additions & 1 deletion charts/example-resources/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ accounts:
contentConfigurations:
home: true
gardener: false
providers: false
providers: false
infra: false

0 comments on commit 5759b09

Please sign in to comment.