Skip to content

Commit

Permalink
Fix unrecognized inputs bug. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebakelOrakel authored Nov 30, 2021
1 parent e4764c4 commit 7a9c4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ local namespace_groups = (
local patch_json = { outputRefs: [ 'default' ], parse: 'json' };
{
name: group,
inputRefs: namespace_groups[group].namespaces,
inputRefs: [ group ],
outputRefs: com.getValueOrDefault(namespace_groups[group], 'forwarders', []),
} + com.makeMergeable(if enable_json then patch_json else {})
for group in std.objectFields(namespace_groups)
Expand Down

0 comments on commit 7a9c4dc

Please sign in to comment.