hashicorp/vault-helm

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

开放

#203 创建于 2020年2月18日

 (1 条评论) (4 个反应) (0 位负责人)Shell (899 个派生)auto 404
bugchartgood first issue

仓库指标

星标
 (1,255 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南