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

5
kubernetes/namespaces.tf Normal file
View File

@@ -0,0 +1,5 @@
resource "kubernetes_namespace_v1" "argocd" {
metadata {
name = "argocd"
}
}