Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using --set on server.nodeSelector does not work ? #203

Open
JnMik opened this issue Feb 18, 2020 · 1 comment
Open

Using --set on server.nodeSelector does not work ? #203

JnMik opened this issue Feb 18, 2020 · 1 comment
Labels
bug Something isn't working chart Area: helm chart good first issue Good for newcomers

Comments

@JnMik
Copy link

JnMik commented Feb 18, 2020

Hello guys !

So I'm using helm Version:"v3.1.0" and I'm trying to deploy vault & consul via helm.
Pretty much all values that I want to override with --set seems to work but nodeSelector won't.

In my kubernetes I have different AutoScalingGroups, one is reserved for consul & vault.

So here's the error to my command, any hint ?

helm install --generate-name --debug --set server.nodeSelector.nodegroup="eks-asg-consul-vault" vault-helm
install.go:158: [debug] Original chart version: ""
install.go:175: [debug] CHART PATH: /vault-helm

client.go:98: [debug] creating 0 resource(s)
Error: no objects visited
helm.go:75: [debug] no objects visited
helm.sh/helm/v3/pkg/kube.init
	/home/circleci/helm.sh/helm/pkg/kube/client.go:51
runtime.doInit
	/usr/local/go/src/runtime/proc.go:5222
runtime.doInit
	/usr/local/go/src/runtime/proc.go:5217
runtime.doInit
	/usr/local/go/src/runtime/proc.go:5217
runtime.main
	/usr/local/go/src/runtime/proc.go:190
runtime.goexit
	/usr/local/go/src/runtime/asm_amd64.s:1357

I tried to format the argument in many different ways but never succeed.
I'm not very familiar with helm, been hitting my head on this one for a while now.
Could it be a bug or something ?

Thanks for helping out!
--jm

@tvoran tvoran added bug Something isn't working chart Area: helm chart good first issue Good for newcomers labels Feb 19, 2020
@chrishalbert
Copy link

I was looking to contribute to this project to get more familiar with the interworkings, but it appears that this issue may have been resolved.

I tested this by running helm install --generate-name --debug --set server.nodeSelector.nodegroup="eks-asg-consul-vault" hashicorp/vault > dryrun.out and confirming that the server.nodeSelector.nodegroup was set to eks-asg-consul-vault. Please let me know if you are still able to reproduce and if so, what steps should I take to do so. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart Area: helm chart good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants