I wonder how can I debug status=failed
when using helm secret.
Name: sh.helm.release.v1.dm-amr.v2
Namespace: anga
Labels: modifiedAt=1651288667
name=dm-amr
owner=helm
status=failed
version=2
Annotations: <none>
Type: helm.sh/release.v1
Data
====
release: 6596 bytes
Due to the failure, k8s secrets cannot be created, therefore the whole helmfile sync
failed.
I had tried helmfile template
, and it worked fine, which indicates that secrets decryption is not a problem. What could be the reasons leading to status=failed
?
CodePudding user response:
I found the root cause. I did not have any corresponding secret yaml file in the original helm chart.