Skip to content

Commit

Permalink
remove change
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jan 19, 2025
1 parent d301c3a commit 8e90cd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/robusta/core/playbooks/playbook_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def replace_env_vars_values(values: Dict) -> Dict:
env_var_value = replace_env_vars_values(value)
if env_var_value:
values[key] = env_var_value
elif isinstance(value, list):
values[key] = [replace_env_vars_values(iter) for iter in value]

return values


Expand Down

0 comments on commit 8e90cd2

Please sign in to comment.