startechnica / apps

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

charts/netbox/templates/CronJob.yaml has a wrong indent on the extraVolumes #52

Open mrlexor opened 5 months ago

mrlexor commented 5 months ago

Hello,

Here I noticed the wrong indent which was defined for extraVolumes

{{- if .Values.extraVolumes }}
  {{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- end }}

There should be nindent 10 instead of nindent 8

firmansyahn commented 5 months ago

Sorry I missed it, should have been fixed in this PR #53