Update Calico from v3.7.0 to v3.7.2

* https://docs.projectcalico.org/v3.7/release-notes/
This commit is contained in:
Dalton Hubble
2019-05-17 12:29:46 +02:00
parent af18296bc5
commit f62286b677
10 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=fc7a6fb20abe41ccd40f3449ee8ee7bba7bd9932"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=eca7c49fe17652e9f288c7cc4461dcaccc2c2661"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]