feat: new k8s deployment (v3)

This commit is contained in:
Julian Tölle 2023-05-19 22:04:30 +02:00
parent 48c08f7262
commit b43d70812e
13 changed files with 64 additions and 532 deletions

View file

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