Update Cilium from v1.12.1 to v1.12.2

* https://github.com/cilium/cilium/releases/tag/v1.12.2
This commit is contained in:
Dalton Hubble
2022-09-15 08:28:37 -07:00
parent 09751cc0e8
commit 951209d113
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=f3220d34cc9e3fb812fc41dec380dc844b829abf"
source = "git::https://github.com/poseidon/terraform-render-bootstrap.git?ref=c5928dbe5e5c5d329cc22ccb1a0ab06d0e234226"
cluster_name = var.cluster_name
api_servers = [format("%s.%s", var.cluster_name, var.dns_zone)]