Update Calico from v3.7.2 to v3.7.3

* https://docs.projectcalico.org/v3.7/release-notes/
Этот коммит содержится в:
Dalton Hubble
2019-06-13 23:54:20 -07:00
родитель b168db139b
Коммит 21fb632e90
10 изменённых файлов: 10 добавлений и 9 удалений

Просмотреть файл

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