Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
docs: troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Mar 25, 2020
1 parent f59601c commit 40db060
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 40db060

Please sign in to comment.