-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6448a4
commit 32b8b1f
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,15 @@ | |
ComponentParam 'DesiredCount', 1 | ||
ComponentParam 'MinimumHealthyPercent', 100 | ||
ComponentParam 'MaximumPercent', 200 | ||
ComponentParam 'ExportName', '' | ||
|
||
if defined? service_discovery | ||
ComponentParam 'NamespaceId' | ||
end | ||
end | ||
|
||
#Pass the all the config from the parent component to the inlined component | ||
Component template: '[email protected].7', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do | ||
Component template: '[email protected].8', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do | ||
parameter name: 'DnsDomain', value: Ref('DnsDomain') | ||
end | ||
|
||
|