Skip to content

Commit

Permalink
Fix alternative value for firelens service_defined_config
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Nov 20, 2023
1 parent 522d8e1 commit 0cc3b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def finalize_firelens_container_shorthands(
continue
if not service_defined_firelens_options:
service_defined_firelens_options: dict = set_else_none(
"Options", _svc_config.firelens_config
"Options", _svc_config.firelens_config, {}
)
else:
LOG.warning(
Expand Down

0 comments on commit 0cc3b9f

Please sign in to comment.