Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Helm chart locally: “Error: gzip: invalid header”

cat configmap.yaml

apiVersion: v1
kind: ConfigMap
metadata:
  name: product-api-configmap
data:
  myvalue: "Hello World"

helm install ./configmap.yaml

Error: gzip: invalid header

like image 869
stevek-pro Avatar asked Oct 08 '17 17:10

stevek-pro


Video Answer


1 Answers

Change directory out of templates and the chart directory and then do

helm install ./CHARTNAME

like image 77
stevek-pro Avatar answered Sep 18 '22 09:09

stevek-pro