Skip to content

Commit

Permalink
tests: Fix password variable definition
Browse files Browse the repository at this point in the history
The installer changed the tectonic_admin_password_hash variable to
tectonic_admin_password.
  • Loading branch information
mxinden committed Oct 4, 2017
1 parent 9b39566 commit ec4b088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/kubernetes-vanilla.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tectonic_admin_email = "[email protected]"
// 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`.
Expand Down

0 comments on commit ec4b088

Please sign in to comment.