-
Notifications
You must be signed in to change notification settings - Fork 327
refactor: clean the config and fix the manifests generation #1953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3b52f2a
45cf1ca
ce4b4d2
d8e33b0
51cb5d0
59987ed
3f43f6a
497972b
cd6e2e0
7a40d95
cf230ec
fe5b4fe
9a969b1
4a9b5a2
c378f6e
7cd754e
638d9be
05517f2
3917fb7
2840188
65d2398
d456520
eb4acb7
504b64a
6929971
2fde44a
a3d2aa8
f39ab63
526d9e4
fa548d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,3 +26,6 @@ testbin/ | |
| .DS_Store | ||
| .envrc | ||
| charts/fluent-operator.tgz | ||
|
|
||
| .cache | ||
| .claude | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,56 +1,37 @@ | ||
| # This kustomization.yaml is not intended to be run by itself, | ||
| # since it depends on service name and namespace that are out of this kustomize package. | ||
| # It should be run by config/default | ||
| # resources: | ||
| # - bases/fluentbit.fluent.io_fluentbitconfigs.yaml | ||
| # - bases/fluentbit.fluent.io_fluentbits.yaml | ||
| # - bases/fluentbit.fluent.io_inputs.yaml | ||
| # - bases/fluentbit.fluent.io_filters.yaml | ||
| # - bases/fluentbit.fluent.io_outputs.yaml | ||
| # - bases/fluentbit.fluent.io_parsers.yaml | ||
| # - bases/fluentd.fluent.io_fluentds.yaml | ||
| # - bases/fluentd.fluent.io_clusterfluentdconfigs.yaml | ||
| # - bases/fluentd.fluent.io_fluentdconfigs.yaml | ||
| # - bases/fluentd.fluent.io_clusterfilters.yaml | ||
| # - bases/fluentd.fluent.io_filters.yaml | ||
| # - bases/fluentd.fluent.io_outputs.yaml | ||
| # - bases/fluentd.fluent.io_clusteroutputs.yaml | ||
| #+kubebuilder:scaffold:crdkustomizeresource | ||
| resources: | ||
| - bases/fluentbit.fluent.io_clusterfluentbitconfigs.yaml | ||
| - bases/fluentbit.fluent.io_fluentbits.yaml | ||
| - bases/fluentbit.fluent.io_clusterinputs.yaml | ||
| - bases/fluentbit.fluent.io_clusterfilters.yaml | ||
| - bases/fluentbit.fluent.io_clustermultilineparsers.yaml | ||
| - bases/fluentbit.fluent.io_clusteroutputs.yaml | ||
| - bases/fluentbit.fluent.io_clusterparsers.yaml | ||
| - bases/fluentbit.fluent.io_collectors.yaml | ||
| - bases/fluentbit.fluent.io_fluentbitconfigs.yaml | ||
| - bases/fluentbit.fluent.io_filters.yaml | ||
| - bases/fluentbit.fluent.io_multilineparsers.yaml | ||
| - bases/fluentbit.fluent.io_outputs.yaml | ||
| - bases/fluentbit.fluent.io_parsers.yaml | ||
| - bases/fluentd.fluent.io_fluentds.yaml | ||
| - bases/fluentd.fluent.io_clusterfluentdconfigs.yaml | ||
| - bases/fluentd.fluent.io_fluentdconfigs.yaml | ||
| - bases/fluentd.fluent.io_filters.yaml | ||
| - bases/fluentd.fluent.io_clusterinputs.yaml | ||
| - bases/fluentd.fluent.io_inputs.yaml | ||
| - bases/fluentd.fluent.io_clusterfilters.yaml | ||
| - bases/fluentd.fluent.io_outputs.yaml | ||
| - bases/fluentd.fluent.io_clusteroutputs.yaml | ||
| # +kubebuilder:scaffold:crdkustomizeresource | ||
|
|
||
| # patchesStrategicMerge: | ||
| #patches: | ||
| # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. | ||
| # patches here are for enabling the conversion webhook for each CRD | ||
| # - patches/webhook_in_fluentbitconfigs.yaml | ||
| # - patches/webhook_in_fluentbits.yaml | ||
| # - patches/webhook_in_inputs.yaml | ||
| # - patches/webhook_in_filters_fluentbit.yaml | ||
| # - patches/webhook_in_outputs_fluentbit.yaml | ||
| # - patches/webhook_in_parsers.yaml | ||
| # - patches/webhook_in_fluentds.yaml | ||
| # - patches/webhook_in_clusterfluentdconfigs.yaml | ||
| # - patches/webhook_in_fluentdconfigs.yaml | ||
| # - patches/webhook_in_clusterfilters.yaml | ||
| # - patches/webhook_in_clusteroutputs.yaml | ||
| # - patches/webhook_in_filters_fluentd.yaml | ||
| # - patches/webhook_in_outputs_fluentd.yaml | ||
| #+kubebuilder:scaffold:crdkustomizewebhookpatch | ||
|
|
||
| # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix. | ||
| # patches here are for enabling the CA injection for each CRD | ||
| # - patches/cainjection_in_fluentbitconfigs.yaml | ||
| # - patches/cainjection_in_fluentbits.yaml | ||
| # - patches/cainjection_in_inputs.yaml | ||
| # - patches/cainjection_in_filters_fluentbit.yaml | ||
| # - patches/cainjection_in_outputs_fluentbit.yaml | ||
| # - patches/cainjection_in_parsers.yaml | ||
| # - patches/cainjection_in_fluentds.yaml | ||
| # - patches/cainjection_in_clusterfluentdconfigs.yaml | ||
| # - patches/cainjection_in_fluentdconfigs.yaml | ||
| # - patches/cainjection_in_clusterfilters.yaml | ||
| # - patches/cainjection_in_clusteroutputs.yaml | ||
| # - patches/cainjection_in_filters_fluentd.yaml | ||
| # - patches/cainjection_in_outputs_fluentd.yamlpatch | ||
| # +kubebuilder:scaffold:crdkustomizewebhookpatch | ||
|
|
||
| # [WEBHOOK] To enable webhook, uncomment the following section | ||
| # the following config is for teaching kustomize how to do kustomization for CRDs. | ||
| configurations: | ||
| - kustomizeconfig.yaml | ||
| #configurations: | ||
| #- kustomizeconfig.yaml |
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.