This commit is contained in:
2024-05-29 17:16:33 +02:00
parent 3dfe5b4a69
commit 2c671da3f8
11 changed files with 113 additions and 241 deletions

View File

@@ -1,5 +1,5 @@
locals {
sorted-namespaces = reverse(distinct(sort(var.namespaces)))
sorted-namespaces = reverse(distinct(sort(concat(var.namespaces,var.detected.namespaces))))
}
resource "kubectl_manifest" "okd_sa" {
yaml_body = <<-EOF