Helm error when specifying repo
twice in args
#1295
Labels
area/helm
kind/bug
Some behavior is incorrect or out of spec
mro2
Monica's list of 2st tier overlay related issues
resolution/fixed
This issue was fixed
Problem description
Based on this user's experience with Pulumi's Helm Chart resource, it seems that specifying
repo: ...
in the top-level args object and infetchOpts: { repo: ... }
is problematic without great feedback to the user on why things fail.Errors & Logs
Reproducing the issue
Suggestions for a fix
Print an error or warning if both
repo
is specified in the top-level args object and in thefetchOpts
block.The text was updated successfully, but these errors were encountered: