We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c683ee1 commit 8f92a9bCopy full SHA for 8f92a9b
internal/manifests/collector/collector.go
@@ -53,6 +53,7 @@ func Build(params manifests.Params) ([]client.Object, error) {
53
manifests.Factory(Service),
54
manifests.Factory(HeadlessService),
55
manifests.Factory(MonitoringService),
56
+ manifests.Factory(ExtensionService),
57
manifests.Factory(Ingress),
58
}...)
59
0 commit comments