mirror of
https://github.com/apricote/home-cloud.git
synced 2026-02-07 02:07:02 +00:00
fix: remove broken kube configs from state
Broke when i redid the cluster ca stuff to fix an expired cert. Cant figure out how to fix the state to read from the cluster.
This commit is contained in:
parent
ad3ba9d059
commit
6ea9911f29
11 changed files with 203 additions and 409 deletions
4
main.tf
4
main.tf
|
|
@ -15,6 +15,7 @@ module "k3s_cluster_v2" {
|
|||
control_count = 1
|
||||
compute_count = 1
|
||||
domain = "c2.apricote.de"
|
||||
dns_zone_id = hetznerdns_zone.apricote_de.id
|
||||
ssh_key = file("~/.ssh/id_rsa.pub")
|
||||
hcloud_ccm_token = var.hcloud_ccm_token
|
||||
|
||||
|
|
@ -29,6 +30,7 @@ module "k3s_cluster_v2" {
|
|||
flux_version = "v0.36.0"
|
||||
|
||||
providers = {
|
||||
hcloud = hcloud
|
||||
hcloud = hcloud
|
||||
hetznerdns = hetznerdns
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue