You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run helmfile diff I get the following error:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Configuration" in version "dapr.io/v1alpha1"
I have the following file:
When I run
helmfile diff
I get the following error:It seems to refer to this file in the chart: https://github.com/dapr/dapr/blob/master/charts/dapr/charts/dapr_config/templates/dapr_default_config.yaml
If I install the chart using helm directly, there is no issue.
helmfile version v0.143.0
helm version: version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}
helm-diff version: 3.4.2
Is this a bug in helm-diff?
The text was updated successfully, but these errors were encountered: