startechnica / apps

Community apps catalog for Kubernetes
Apache License 2.0
7 stars 5 forks source link

charts/netbox/templates/CronJob.yaml has a wrong indent for nodeSelector #59

Open julienpaulino opened 7 months ago

julienpaulino commented 7 months ago

Hello,

I have a null value for nodeSelector. On the CronJob manifest, nodeSelector should have indent of 12 instead of 10.

{{- if .Values.housekeeping.nodeSelector }} nodeSelector: {{- include "common.tplvalues.render" ( dict "value" .Values.housekeeping.nodeSelector "context" $) | nindent 10 }} {{- end }}