Skip to content

Commit a51c81e

Browse files
committed
fix skip policy alert var
1 parent 0bf692a commit a51c81e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud_governance/main/environment_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def __init__(self):
283283
EnvironmentVariables.get_env('POLICIES_TO_ALERT', '[]'))
284284
self._environment_variables_dict['ADMIN_MAIL_LIST'] = EnvironmentVariables.get_env('ADMIN_MAIL_LIST', '')
285285
self._environment_variables_dict['SKIP_POLICIES_ALERT'] = literal_eval(
286-
EnvironmentVariables.get_env('SKIP_POLICIES_ALERT', "['']"))
286+
EnvironmentVariables.get_env('SKIP_POLICIES_ALERT', '[]'))
287287
if self._environment_variables_dict.get('policy') in ['send_aggregated_alerts', 'cloudability_cost_reports']:
288288
self._environment_variables_dict['COMMON_POLICIES'] = True
289289
# CRO -- Cloud Resource Orch

0 commit comments

Comments
 (0)