-
Notifications
You must be signed in to change notification settings - Fork 326
feat: 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
base: master
Are you sure you want to change the base?
Changes from all commits
0ae8f8d
ad4cb6d
41cf06b
f37206a
ea59e70
b317216
0cc9a8d
0491068
7b2e254
1748ffc
c5dca99
f3eb336
3f570e3
5b92383
f1f9a17
7516867
2f8ceec
29852de
e665ddf
2d015b5
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.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.