Azure-Samples/java-on-aks

This command is not working.

Sachin1O1 opened this issue · 2 comments

helm install ./helm-.tgz -f values.yaml --generate-name

is this is due to the Kubernetes version?

what is the output from helm ?

I ran into the same issue, this should be:

helm install ./appmonitoring-{version}.tgz -f values.yaml --generate-name

It's referencing the Java Application Insights module that was downloaded.