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.9 to v1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 28, 2018
1 parent 0af9287 commit d629be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootkube.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=a43af2562c92638b0267a417b8b3d6005791348f"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=911f4115088b7511f29221f64bf8e93bfa9ee567"

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

0 comments on commit d629be2

Please sign in to comment.