Update Calico from v3.5.0 to v3.5.1

* Fix in confd https://github.com/projectcalico/confd/pull/205
This commit is contained in:
Dalton Hubble
2019-02-09 11:49:31 -08:00
parent d5537405e1
commit 0200058e0e
10 changed files with 11 additions and 9 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=c12a11c8006606b59335ecc994abe22358aaf68b"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=4d315afd41dea46fdae90bb629dfc027a6eaa2ad"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]