Update Cilium from v1.8.3 to v1.8.4

* https://github.com/cilium/cilium/releases/tag/v1.8.4
This commit is contained in:
Dalton Hubble
2020-10-02 00:24:26 -07:00
parent d65085ce14
commit 901f7939b2
11 changed files with 12 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes assets (kubeconfig, manifests)
module "bootstrap" {
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=d0f2123c5971410dc14aecde2307eb13e89c2bdf"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=a2eb1dcbcf389b518c853ee060196b914950f27c"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]