MON-444 Add filter-tags-nocontainercreating
This commit is contained in:
parent
4ae24a8a4e
commit
b971be399b
@ -19,6 +19,17 @@ module "filter-tags-phase" {
|
|||||||
extra_tags_excluded = ["phase:pending,phase:running,phase:succeeded,phase:unknown"]
|
extra_tags_excluded = ["phase:pending,phase:running,phase:succeeded,phase:unknown"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "filter-tags-nocontainercreating" {
|
||||||
|
source = "../../../common/filter-tags"
|
||||||
|
|
||||||
|
environment = "${var.environment}"
|
||||||
|
resource = "kubernetes"
|
||||||
|
filter_tags_use_defaults = "${var.filter_tags_use_defaults}"
|
||||||
|
filter_tags_custom = "${var.filter_tags_custom}"
|
||||||
|
filter_tags_custom_excluded = "${var.filter_tags_custom_excluded}"
|
||||||
|
extra_tags_excluded = ["reason:containercreating"]
|
||||||
|
}
|
||||||
|
|
||||||
module "filter-tags-nocrashloopbackoff" {
|
module "filter-tags-nocrashloopbackoff" {
|
||||||
source = "../../../common/filter-tags"
|
source = "../../../common/filter-tags"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user