Update Calico from v3.8.0 to v3.8.1

* https://docs.projectcalico.org/v3.8/release-notes/
This commit is contained in:
Dalton Hubble
2019-07-27 15:31:13 -07:00
parent 1409bc62d8
commit dcd6733649
8 changed files with 9 additions and 7 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=5b9faa903182505ac534f42a2cf250d5d215941b"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=83dd5a7cfc5daa9afc259fd4c3ceb22dec9437da"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]