Update Cilium from v1.9.0 to v1.9.1

* https://github.com/cilium/cilium/releases/tag/v1.9.1
This commit is contained in:
Dalton Hubble
2020-12-04 14:14:18 -08:00
parent 3e89ea1b4a
commit bee455f83a
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=0e9c3598bd58d5dea87c76903180b3cd55367c2a"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=2ed597002a6bdf2222df7e7746706aa9cda17573"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]