java-on-aks
java-on-aks copied to clipboard
This command is not working.
helm install ./helm-
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.