我在 Helm Chart 的 yaml 中有以下值:
controller:
nodeSelector:
node-role.kubernetes.io/master: 'true'
但是我想只使用一个命令来安装图表,而不使用文件。
我尝试过这个但没有结果:
helm install A B \
--set "controller.nodeSelector[0].node-role.kubernetes.io/master='true'"
zsh:zsh: command not found: --set
看到这个我还以为是终端的问题
重击:json: cannot unmarshal array into Go struct field PodSpec.spec.template.spec.nodeSelector of type map[string]string