Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Update kube-dns from v1.14.8 to v1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 5, 2018
1 parent 8de8b73 commit e5495da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootkube.tf
@@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=5f3546b66ffb9946b36e612537bb6a1830ae7746"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=b408d80c593cef46aac49bd98c02dac9c7d7b7d8"

cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]
Expand Down

0 comments on commit e5495da

Please sign in to comment.