Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: This command needs 1 argument: chart name #1

Open
itsecforu opened this issue Mar 18, 2020 · 2 comments
Open

Error: This command needs 1 argument: chart name #1

itsecforu opened this issue Mar 18, 2020 · 2 comments

Comments

@itsecforu
Copy link

itsecforu commented Mar 18, 2020

Hello!
I got the error when i try to install ur product:

[root@master kube-owasp-zap]# helm install ./kube-owasp-zap --name owasp-zap \
>     --namespace owasp-zap \
>     --set zapcli.debug.enabled=true \
>     --set zapcli.spider.enabled=true \
>     --set zapcli.recursive.enabled=true \
>     --set zapcli.targetHost=[ URL to scan
Error: This command needs 1 argument: chart name
[root@master kube-owasp-zap]# helm repo add simplyzee https://charts.simplyzee.dev
"simplyzee" has been added to your repositories
[root@master kube-owasp-zap]# helm install simplyzee/kube-owasp-zap --name vuln-scan \
>     --namespace owasp-zap \
>     --set zapcli.debug.enabled=true \
>     --set zapcli.spider.enabled=true \
>     --set zapcli.recursive.enabled=true \
>     --set zapcli.targetHost=[ URL to scan ]
Error: This command needs 1 argument: chart name
[root@master kube-owasp-zap]#

What do i make incorrect ?

@Frettarix
Copy link
Contributor

Hi, try doing the following:
helm install owasp-zap ./kube-owasp-zap \ .......

I think the initial issue here may be within the helm command, the chart worked for me ;)

@itsecforu
Copy link
Author

@Frettarix thx ! I implemented this through a k8s Job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants