fix
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user