mirror of https://github.com/helm/helm
fix(engine): add debug logging when lookup returns empty (#32205)
When lookup cannot find the requested resource (apierrors.IsNotFound), add slog.Debug() calls with structured fields (apiVersion, kind, namespace, name) so that users running helm template --debug can see why lookup returned an empty map instead of silently swallowing the not-found result. Fixes: https://github.com/helm/helm/issues/32101 Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>pull/32208/head
parent
5c3cb20e76
commit
7058f841af
Loading…
Reference in new issue