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
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.
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
The text was updated successfully, but these errors were encountered:
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!
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 ?
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
The text was updated successfully, but these errors were encountered: