summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/openshift_health_checker/openshift_checks/etcd_volume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/openshift_checks/etcd_volume.py b/roles/openshift_health_checker/openshift_checks/etcd_volume.py
index df35ecb33..9e58177a5 100644
--- a/roles/openshift_health_checker/openshift_checks/etcd_volume.py
+++ b/roles/openshift_health_checker/openshift_checks/etcd_volume.py
@@ -28,7 +28,7 @@ class EtcdVolume(OpenShiftCheck):
threshold = get_var(
task_vars,
- "etcd_device_usage_threshold_percent",
+ "r_openshift_health_checker_etcd_device_usage_threshold_percent",
default=self.default_threshold_percent
)