Skip to content

Commit

Permalink
fix(ecs): add fragment and instance back to container props (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley authored Sep 21, 2020
1 parent a795555 commit c146906
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions providers/shared/components/component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,12 @@
]]

[#assign containerChildrenConfiguration = [
{
"Names" : "Fragment",
"Description" : "The fragment Id to use when evaluating component fragments - defaults to the container id",
"Type" : "string",
"Default" : ""
},
{
"Names" : "Cpu",
"Type" : NUMBER_TYPE,
Expand Down Expand Up @@ -1067,9 +1073,16 @@
}
]
},
{
"Names" : "Image",
"Type" : STRING_TYPE,
"Description" : "Overrides the image from the deployment unit",
"Default": ""
},
{
"Names" : "Version",
"Type" : STRING_TYPE,
"Description" : "Override the version from the deployment unit",
"Default" : ""
},
{
Expand Down

0 comments on commit c146906

Please sign in to comment.