diff --git a/helpers/template.py b/helpers/template.py index 322c147..3ffc834 100644 --- a/helpers/template.py +++ b/helpers/template.py @@ -230,9 +230,6 @@ def _get_value(property_, true_value='', false_value='#', 'POSTGRES_APP_PROFILE': dict_['postgres_profile'], 'POSTGRES_RAM': dict_['postgres_ram'], 'POSTGRES_SETTINGS': dict_['postgres_settings_content'], - 'POSTGRES_BACKUP_FROM_SECONDARY': _get_value( - 'backup_from_primary', comparison_value=False - ), 'POSTGRES_PORT': dict_['postgresql_port'], 'MONGO_PORT': dict_['mongo_port'], 'REDIS_MAIN_PORT': dict_['redis_main_port'],