Use buildozer to remove deprecated automanaged tags
This commit is contained in:
@@ -11,13 +11,11 @@ load(
|
||||
go_binary(
|
||||
name = "es-image",
|
||||
library = ":go_default_library",
|
||||
tags = ["automanaged"],
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["elasticsearch_logging_discovery.go"],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//pkg/api:go_default_library",
|
||||
"//pkg/client/clientset_generated/internalclientset:go_default_library",
|
||||
|
Reference in New Issue
Block a user