feat: install flux to new k3s cluster

This commit is contained in:
Julian Tölle 2021-12-05 00:03:54 +01:00
parent 41d120b277
commit 70a986913c
7 changed files with 264 additions and 4 deletions

View file

@ -1,7 +1,14 @@
variable "hcloud_csi_driver_token" {
type = string
type = string
sensitive = true
}
variable "hcloud_ccm_token" {
type = string
type = string
sensitive = true
}
variable "github_token" {
type = string
sensitive = true
}