Finished default app of apps installation

This commit is contained in:
Max Pfeiffer
2026-01-08 20:40:22 +01:00
parent cf62d5e544
commit ff9631d39a
8 changed files with 65 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "3.0.1"
}
helm = {
source = "hashicorp/helm"
version = "3.1.1"
@@ -7,6 +11,11 @@ terraform {
}
}
provider "kubernetes" {
config_path = var.kubernetes_config_path
config_context = var.Kubernetes_config_context
}
provider "helm" {
kubernetes = {
config_path = var.kubernetes_config_path