mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
feat(tofu): better way of supplying apiServer arguments
This commit is contained in:
@@ -36,7 +36,7 @@ data "talos_machine_configuration" "this" {
|
||||
templatefile("${path.module}/machine-config/control-plane.yaml.tftpl", {
|
||||
cilium_values = file("${path.root}/${var.cilium.values_path}")
|
||||
cilium_install = file("${path.root}/${var.cilium.install_manifest_path}")
|
||||
base_domain = var.cluster.base_domain
|
||||
api_server = var.cluster.api_server
|
||||
}) : ""
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user