Matt Mikitka
Matt Mikitka
@mariusgrigoriu and @fejta I created https://github.com/bazelbuild/rules_k8s/pull/592 as another attempt at addressing this issue. It exposes the `stamp_srcs` attribute as a means to override `volatile-status.txt` (and `stable-status.txt` if desired).
@mariusgrigoriu I am using the following approach, which concatenates and filters out values from stable-status and volatile-status: ``` genrule( name = "all-status", visibility = ["//visibility:public"], outs = [ "all-status.txt", ],...
Created a separate performance-related issue: https://github.com/spf13/PIV/issues/24. Not sure whether it is related.