deploy flux to cluster

This commit is contained in:
Julian Tölle 2020-05-06 01:35:52 +02:00
parent 2863062e44
commit 4219439b5e
4 changed files with 39 additions and 0 deletions

View file

@ -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"
}