mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
deploy flux to cluster
This commit is contained in:
parent
2863062e44
commit
4219439b5e
4 changed files with 39 additions and 0 deletions
1
main.tf
1
main.tf
|
|
@ -15,4 +15,5 @@ module k3s_cluster {
|
|||
letsencrypt_email = "julian.toelle97+le@gmail.com"
|
||||
ssh_keys = [file("./keys/id_terraform")]
|
||||
hcloud_csi_driver_token = var.hcloud_csi_driver_token
|
||||
flux_git_url = "git@github.com:apricote/home-cloud-flux"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue