From 40db06036014a47b705fa17a0a521f2122345b3b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 25 Mar 2020 09:56:11 +0100 Subject: [PATCH] docs: troubleshooting --- docs/troubleshooting.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 61fad1353..6ad78b7b6 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -4,7 +4,13 @@ Also see the [issues labeled with `question`](https://github.com/fluxcd/helm-operator/labels/question), which often explain workarounds. -## Error creating helm client: failed to append certificates from file: /etc/fluxd/helm-ca/ca.crt +## `failed to load chart from path [/tmp/flux-working012345678/chart/path] for release [x]: stat /tmp/flux-working012345678/chart/path: no such file or directory` + +The `.chart.path` of your Git sourced chart in the `HelmRelease` is likely +incorrect. It is expected to be a path to the chart folder relative to the +root directory of the Git repository. + +## `Error creating helm client: failed to append certificates from file: /etc/fluxd/helm-ca/ca.crt` Your CA certificate content is not set correctly, check if your ConfigMap contains the correct values. Example: