SumoLogic / tailing-sidecar

tailing sidecar - the cluster-level logging agent for Kubernetes
Apache License 2.0
49 stars 14 forks source link

Make running forks a bit easier #693

Closed jukie closed 1 week ago

jukie commented 6 months ago

This is to make it easier to run a fork with limited changes to the github actions.

For context I'm changing the output format in the fluent plugin like this but would still like to have an easy process for syncing the fork without dealing with conflicts every time.

swiatekm commented 6 months ago

Would it also help to make the jobs conditional on the required secrets existing?

I'm ok with this change overall, but I don't like duplicating the tag extraction logic in each job. Could we move that to a separate job that the rest can depend on?