This commit is contained in:
2024-01-24 12:42:26 +01:00
parent 13eff59ef1
commit fb8844ff62
20 changed files with 38 additions and 39 deletions

View File

@@ -16,6 +16,5 @@ 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("v1_Service_prometheus",file))>0]
}