From ec4b088a695410dd1e38f77f69e347e3800fec53 Mon Sep 17 00:00:00 2001 From: Max Leonard Inden Date: Wed, 4 Oct 2017 10:32:04 +0200 Subject: [PATCH] tests: Fix password variable definition The installer changed the tectonic_admin_password_hash variable to tectonic_admin_password. --- scripts/jenkins/kubernetes-vanilla.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins/kubernetes-vanilla.tfvars b/scripts/jenkins/kubernetes-vanilla.tfvars index 40e83138da0..deacc79b202 100644 --- a/scripts/jenkins/kubernetes-vanilla.tfvars +++ b/scripts/jenkins/kubernetes-vanilla.tfvars @@ -7,7 +7,7 @@ tectonic_admin_email = "monitoring@coreos.com" // Use the bcrypt-hash tool (https://github.com/coreos/bcrypt-tool/releases/tag/v1.0.0) to generate it. // // Note: This field MUST be set manually prior to creating the cluster. -tectonic_admin_password_hash = "" +tectonic_admin_password = "" // (optional) Extra AWS tags to be applied to created autoscaling group resources. // This is a list of maps having the keys `key`, `value` and `propagate_at_launch`.