netbox-community/netbox-chart

nodeSelector not properly indented in deployment.

Closed this issue · 1 comments

In #285 the indentation of nodeSelector was changed to 6 from 8.

This results in the following YAML:

nodeSelector:
kubernetes.io/os: linux

Rather than the properly formatted:

nodeSelector:
  kubernetes.io/os: linux

This change was also done to affinity, but I've not tested if this also occurs there.

Good catch, thanks.
I'm actually already working on a change set to fix all these indentations issues.