Benjamin Huo
Benjamin Huo
@sugaf1204 https://github.com/fluent/fluent-operator/pull/1106 pls take a look if this PR from @antrema fixed the problem you mentioned
@nitintecg Thanks for this PR. You'll need to run the following to generate code and docs: ```shell make manifests make generate make fmt make vet make docs-update ```
> @benjaminhuo I'm getting below error while running `make generate` and `make manifests` commands > > ``` > panic: runtime error: invalid memory address or nil pointer dereference [recovered] >...
> @benjaminhuo after running commands its generating docs for `multine_types.go` and `rewritetag_types.go`. > So its expected in this PR or should i exclude docs changes for `multiline_types.go` and `rewritetag_types.go` from...
@nitintecg would you help to resolve the conflicts?
@nitintecg Thank you!
@patrick-stephens is it possible to create a github action secret of ghcr for fluent-operator? we can add github actions to push to ghcr as well
> Hi! I would like to work on this issue. Current system is using makefile to build and push images to docker hub. Is the recommendation to use [call-build-images.yaml#L74](https://github.com/fluent/fluent-bit/blob/202da1374dffd98984b2aa56dd444d49bef1dbd5/.github/workflows/call-build-images.yaml#L74) in...
@markusthoemmes Thanks again for the PR. There are conflicts that need to be resolved, you'll need to rebase the master
might need `go mod tidy` for this? https://github.com/fluent/fluent-operator/actions/runs/7711728924/job/21017658151?pr=1050 