frain-dev / helm-charts

9 stars 13 forks source link

Installation Failure #24

Open ladygins opened 1 month ago

ladygins commented 1 month ago

I am following the deployment on https://docs.getconvoy.io/deployment/install-convoy/kubernetes And when I do helm install --values values.yaml convoy convoy/convoy -n convoy, I get the following error: Error: INSTALLATION FAILED: YAML parse error on convoy/charts/migrate/templates/job.yaml: error converting YAML to JSON: yaml: line 6: did not find expected key

ccont commented 1 month ago

I fix it by removing the line 6 "{{- toYaml .Values.jobAnnotations | nindent 4 }}" from "charts/migrate/templates/job.yaml"

ccont commented 1 month ago

Fix was merged. @ladygins could you please check again and close the issue if is fixed on your side?