Answers for "helm direcotry charts not exist"

0

helm direcotry charts not exist

The issue is as follow: you must not extract your intern chart to   
charts folder under the umbrella, 
the umbrella chartws folder meant to be empty and used only by the helm dependency build command


umbrella
	charts // this folder must be empty and manged and populated only by "helm dependency build %umbrelal_name%"
    temp-charts
		|_ // put here you extracted chart (was .tgz ...)
	tempalte
    	|_
    Chart.yaml //  point to chart in temp-charts not in charts
	valeus.yaml
Posted by: Guest on January-21-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language