mirror of https://github.com/helm/helm
Two more findings from Copilot's review of the consolidated commit: - batchHasCustomReadiness returned true when a single resource had only ONE of the two readiness annotations. That triggered the custom-readiness status reader for the whole batch, redundant with warnIfPartialReadinessAnnotations (which already warns) and with EvaluateCustomReadiness (which falls back to kstatus when only one is set). Require both annotations to be non-empty before swapping in the custom reader. - helm template --wait=ordered hard-failed on YAML parse errors, breaking the --debug contract that "we always want to print the YAML, even if it is not valid." Fall back to the flat output path with a stderr warning when ordered rendering fails, so --debug investigation flows still surface the manifests. Signed-off-by: Rohit Gudi <50377477+caretak3r@users.noreply.github.com>
parent
13c23424b2
commit
2c025533a0
Loading…
Reference in new issue