Skip to content

Commit 91ca8a5

Browse files
committed
update to tests and modules
1 parent c635656 commit 91ca8a5

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

tests/pipelines/tf-examples-gke-k8s-helm.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,16 @@ jobs:
5252
mkdir -p ~/.terraform.d/plugins/
5353
mv terraform-provider-helm*/terraform-provider-helm ~/.terraform.d/plugins/
5454
55+
cat > terraform.tfvars <<EOF
56+
helm_version = "$(helm version -c --short | egrep -o 'v[0-9]*.[0-9]*.[0-9]*')"
57+
acme_email = {{maintainer_email}}
58+
EOF
59+
60+
cat terraform.tfvars
61+
5562
TF_VAR_network_name: tf-ci-gke-k8s-helm
5663
TF_VAR_region: us-west1
5764
TF_VAR_zone: us-west1-b
58-
TF_VAR_helm_version: v2.9.1
59-
TF_VAR_acme_email: {{maintainer_email}}
6065
TF_VAR_acme_url: "https://acme-staging.api.letsencrypt.org/directory"
6166
on_failure:
6267
put: send-an-email

0 commit comments

Comments
 (0)