java-on-aks icon indicating copy to clipboard operation
java-on-aks copied to clipboard

This command is not working.

Open Sachin1O1 opened this issue 4 years ago • 2 comments

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

is this is due to the Kubernetes version?

Sachin1O1 avatar Sep 18 '20 11:09 Sachin1O1

what is the output from helm ?

gearama avatar Oct 08 '20 00:10 gearama

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.

brandonmartinez avatar Feb 24 '21 20:02 brandonmartinez