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