mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: new k8s deployment (v3)
This commit is contained in:
parent
48c08f7262
commit
b43d70812e
13 changed files with 64 additions and 532 deletions
22
variables.tf
22
variables.tf
|
|
@ -1,25 +1,3 @@
|
|||
variable "hcloud_csi_driver_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "hcloud_ccm_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "github_token" {
|
||||
description = "Github Personal Access Token that is used by Terraform"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "github_token_flux_notifications" {
|
||||
description = "GH PAT used by flux for notifications"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "listory_token" {
|
||||
description = "Listory API Token"
|
||||
type = string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue