Skip to content

Commit

Permalink
bare-metal: Stop including etcd-network-checkpointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Sep 28, 2017
1 parent b62a6de commit f7dd959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bare-metal/container-linux/kubernetes/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/bootkube-terraform.git?ref=v0.6.2"
source = "git::https://github.com/poseidon/bootkube-terraform.git?ref=3b8d7620810ec8077672801bb4af7cd41e97253f"

cluster_name = "${var.cluster_name}"
api_servers = ["${var.k8s_domain_name}"]
Expand Down

0 comments on commit f7dd959

Please sign in to comment.