This commit is contained in:
2024-01-24 13:32:25 +01:00
parent fb8844ff62
commit 7e2440ef75
4 changed files with 80 additions and 48 deletions

View File

@@ -198,7 +198,6 @@ data "kustomization_overlay" "data" {
}
data "kustomization_overlay" "data_no_ns" {
common_labels = local.common-labels
resources = [for file in fileset(path.module, "*.yaml"): file if (length(regexall("ClusterRole",file))>0 || length(regexall("Service_prometheus",file))>0)]
patches {