filecoin-project / helm-charts

7 stars 7 forks source link

Can't import wallets for disputers using 0.3.3 / 0.3.4 #118

Open travisperson opened 2 years ago

travisperson commented 2 years ago

Having the following set results in the following error

secrets:
  wallets:
    enabled: true
    secretName: wallet-disputer-1
Error: YAML parse error on lotus-fullnode/templates/statefulset-daemon.yaml: error converting YAML to JSON: yaml: line 233: did not find expected key
helm.go:81: [debug] error converting YAML to JSON: yaml: line 233: did not find expected key
YAML parse error on lotus-fullnode/templates/statefulset-daemon.yaml
helm.sh/helm/v3/pkg/releaseutil.(*manifestFile).sort
    /home/circleci/helm.sh/helm/pkg/releaseutil/manifest_sorter.go:146
helm.sh/helm/v3/pkg/releaseutil.SortManifests
    /home/circleci/helm.sh/helm/pkg/releaseutil/manifest_sorter.go:106
helm.sh/helm/v3/pkg/action.(*Configuration).renderResources
    /home/circleci/helm.sh/helm/pkg/action/action.go:165
helm.sh/helm/v3/pkg/action.(*Install).Run
    /home/circleci/helm.sh/helm/pkg/action/install.go:240
main.runInstall
    /home/circleci/helm.sh/helm/cmd/helm/install.go:242
main.newTemplateCmd.func2
    /home/circleci/helm.sh/helm/cmd/helm/template.go:73
github.com/spf13/cobra.(*Command).execute
    /go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:850
github.com/spf13/cobra.(*Command).ExecuteC
    /go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:958
github.com/spf13/cobra.(*Command).Execute
    /go/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:895
main.main
    /home/circleci/helm.sh/helm/cmd/helm/helm.go:80
runtime.main
    /usr/local/go/src/runtime/proc.go:204
runtime.goexit
    /usr/local/go/src/runtime/asm_amd64.s:1374