Skip to content

Commit 751726a

Browse files
authored
Merge pull request #1613 from kube-logging/update-kustomize-crds
chore(config): update kustomize crd list
2 parents 11cdf29 + 17b6c18 commit 751726a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

config/crd/kustomization.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
# since it depends on service name and namespace that are out of this kustomize package.
33
# It should be run by config/default
44
resources:
5-
- bases/logging.banzaicloud.io_flows.yaml
5+
- bases/logging-extensions.banzaicloud.io_eventtailers.yaml
6+
- bases/logging-extensions.banzaicloud.io_hosttailers.yaml
67
- bases/logging.banzaicloud.io_clusterflows.yaml
7-
- bases/logging.banzaicloud.io_outputs.yaml
88
- bases/logging.banzaicloud.io_clusteroutputs.yaml
9+
- bases/logging.banzaicloud.io_flows.yaml
10+
- bases/logging.banzaicloud.io_fluentbitagents.yaml
11+
- bases/logging.banzaicloud.io_fluentdconfigs.yaml
12+
- bases/logging.banzaicloud.io_loggingroutes.yaml
913
- bases/logging.banzaicloud.io_loggings.yaml
1014
- bases/logging.banzaicloud.io_nodeagents.yaml
15+
- bases/logging.banzaicloud.io_outputs.yaml
16+
- bases/logging.banzaicloud.io_syslogngclusterflows.yaml
17+
- bases/logging.banzaicloud.io_syslogngclusteroutputs.yaml
18+
- bases/logging.banzaicloud.io_syslogngconfigs.yaml
19+
- bases/logging.banzaicloud.io_syslogngflows.yaml
20+
- bases/logging.banzaicloud.io_syslogngoutputs.yaml
1121
# +kubebuilder:scaffold:crdkustomizeresource
1222

1323
patches:

0 commit comments

Comments
 (0)