mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: install flux to new k3s cluster
This commit is contained in:
parent
41d120b277
commit
70a986913c
7 changed files with 264 additions and 4 deletions
11
variables.tf
11
variables.tf
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue