Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Helm Install Error #31

Open
flytux opened this issue Jun 29, 2020 · 2 comments
Open

Helm Install Error #31

flytux opened this issue Jun 29, 2020 · 2 comments

Comments

@flytux
Copy link

flytux commented Jun 29, 2020

Environments:

helm version :
version.BuildInfo{Version:"v3.2.4", GitCommit:"0ad800ef43d3b826f31a5ad8dfbb4fe05d143688", GitTreeState:"clean", GoVersion:"go1.13.12"}

helm repo :
argo https://argoproj.github.io/argo-helm/

install command:
helm install argo-ci argo/argo-ci --version 0.1.6

Result:
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(ServiceAccount.metadata): unknown field "namspace" in io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta

Helm Debug Message:
helm install argo-ci argo/argo-ci --version 0.1.6 --dry-run --debug

install.go:159: [debug] Original chart version: "0.1.6"
install.go:176: [debug] CHART PATH: /root/.cache/helm/repository/argo-ci-0.1.6.tgz

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(ServiceAccount.metadata): unknown field "namspace" in io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
helm.go:84: [debug] error validating "": error validating data: ValidationError(ServiceAccount.metadata): unknown field "namspace" in io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
helm.sh/helm/v3/pkg/kube.scrubValidationError
/home/circleci/helm.sh/helm/pkg/kube/client.go:570
helm.sh/helm/v3/pkg/kube.(*Client).Build
/home/circleci/helm.sh/helm/pkg/kube/client.go:159
helm.sh/helm/v3/pkg/action.(*Install).Run
/home/circleci/helm.sh/helm/pkg/action/install.go:254
main.runInstall
/home/circleci/helm.sh/helm/cmd/helm/install.go:229
main.newInstallCmd.func1
/home/circleci/helm.sh/helm/cmd/helm/install.go:117
github.com/spf13/cobra.(*Command).execute
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950
github.com/spf13/cobra.(*Command).Execute
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
main.main
/home/circleci/helm.sh/helm/cmd/helm/helm.go:83
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357
unable to build kubernetes objects from release manifest
helm.sh/helm/v3/pkg/action.(*Install).Run
/home/circleci/helm.sh/helm/pkg/action/install.go:256
main.runInstall
/home/circleci/helm.sh/helm/cmd/helm/install.go:229
main.newInstallCmd.func1
/home/circleci/helm.sh/helm/cmd/helm/install.go:117
github.com/spf13/cobra.(*Command).execute
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:842
github.com/spf13/cobra.(*Command).ExecuteC
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:950
github.com/spf13/cobra.(*Command).Execute
/go/pkg/mod/github.com/spf13/cobra@v1.0.0/command.go:887
main.main
/home/circleci/helm.sh/helm/cmd/helm/helm.go:83
runtime.main
/usr/local/go/src/runtime/proc.go:203
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1357


Please help me to find out some clues!

@mivanovvs
Copy link

Same for me, I can't install helm chart

Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(ServiceAccount.metadata): unknown field "namspace" in io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta

@ivanamat
Copy link

I have exactly the same problem. Something new?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants