You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Version of Helm and Kubernetes:
helm: version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
kubernetes:
unable to gather, but I don't think it is relevant here
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Version of Helm and Kubernetes:
helm:
version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}
kubernetes:
unable to gather, but I don't think it is relevant here
ct:
What happened:
I entered
ct lint --use-helmignore
, and the command returnedError: unknown flag: --use-helmignore
What you expected to happen:
ct lint doc describes option
--use-helmignore
.How to reproduce it (as minimally and precisely as possible):
Run command
ct lint --use-helmignore
Anything else we need to know:
I have looked briefly at the source, and it seems like
use-helmignore
is still implemented.The text was updated successfully, but these errors were encountered: