mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 18:51:33 +02:00
Remove unused etcd_service_ip template variable
* etcd_service_ip dates back to deprecated self-hosted etcd
This commit is contained in:
@ -44,7 +44,6 @@ data "template_file" "worker_config" {
|
||||
|
||||
vars = {
|
||||
k8s_dns_service_ip = "${cidrhost(var.service_cidr, 10)}"
|
||||
k8s_etcd_service_ip = "${cidrhost(var.service_cidr, 15)}"
|
||||
cluster_domain_suffix = "${var.cluster_domain_suffix}"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user