fasterci / rules_gitops

Apache License 2.0
17 stars 6 forks source link

Add the ability to make integration test log less chatty #30

Closed apesternikov closed 4 months ago

apesternikov commented 4 months ago

Sometimes full pod logs are not desirable - like in massive end-to-end tests. It would be useful to add a flag to the sidecar (propagated from k8s_test_setup) allowing to only log major k8s events instead.

apesternikov commented 4 months ago

cc @antanguay