Update Cilium from v1.8.1 to v1.8.2

* https://github.com/cilium/cilium/releases/tag/v1.8.2
This commit is contained in:
Dalton Hubble
2020-07-25 16:06:27 -07:00
parent 618f8b30fd
commit cd0a28904e
11 changed files with 11 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=9de4267c287135fb6ed00a72aa875033b4c5d8f6"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=45053a62cb751e2f8b371c20b7714e1604d6e57d"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]