Update Calico from v3.0.2 to v3.0.3

* https://github.com/projectcalico/calico/releases/tag/v3.0.3
This commit is contained in:
Dalton Hubble
2018-02-24 19:16:20 -08:00
parent 983c7aa012
commit a44cf0edbd
5 changed files with 5 additions and 4 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=v0.11.0"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=c92f3589db759611bc376be6b56d572ec6d263a7"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]