Any clever ways that folks get around the fact that
Helm’s lookup function won’t access the cluster during an install / upgrade --dry-run?
Keep in mind that Helm is not supposed to contact the Kubernetes API Server during a helm template or a helm install|update|delete|rollback --dry-run, so the lookup function will return nil in such a case.
This makes it so trying to dry-run my templates locally is a no go and even breaks
helm lint which sucks. Anything I can do there or do I just have to live with that limitation?