Skip to content

Commit

Permalink
Merge pull request #282 from jkilzi/main
Browse files Browse the repository at this point in the history
Adds assisted-installer-app
  • Loading branch information
Hyperkid123 authored Sep 20, 2023
2 parents 9036aa9 + b3307d8 commit 7975c23
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/beta/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,20 @@
}
]
},
"assistedInstallerApp": {
"manifestLocation": "/apps/assisted-installer-app/fed-mods.json",
"modules": [
{
"id": "assisted-installer-app",
"module": "./RootApp",
"routes": [
{
"pathname": "/openshift/assisted-installer-app"
}
]
}
]
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"modules": [
Expand Down
14 changes: 14 additions & 0 deletions static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,20 @@
}
]
},
"assistedInstallerApp": {
"manifestLocation": "/apps/assisted-installer-app/fed-mods.json",
"modules": [
{
"id": "assisted-installer-app",
"module": "./RootApp",
"routes": [
{
"pathname": "/openshift/assisted-installer-app"
}
]
}
]
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"modules": [
Expand Down
14 changes: 14 additions & 0 deletions static/stable/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,20 @@
}
]
},
"assistedInstallerApp": {
"manifestLocation": "/apps/assisted-installer-app/fed-mods.json",
"modules": [
{
"id": "assisted-installer-app",
"module": "./RootApp",
"routes": [
{
"pathname": "/openshift/assisted-installer-app"
}
]
}
]
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"modules": [
Expand Down

0 comments on commit 7975c23

Please sign in to comment.