We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301c3a commit 8e90cd2Copy full SHA for 8e90cd2
src/robusta/core/playbooks/playbook_utils.py
@@ -33,8 +33,7 @@ def replace_env_vars_values(values: Dict) -> Dict:
33
env_var_value = replace_env_vars_values(value)
34
if env_var_value:
35
values[key] = env_var_value
36
- elif isinstance(value, list):
37
- values[key] = [replace_env_vars_values(iter) for iter in value]
+
38
return values
39
40
0 commit comments