diff --git a/charts/netbox/templates/cronjob.yaml b/charts/netbox/templates/cronjob.yaml index 9787bedb..65607d39 100644 --- a/charts/netbox/templates/cronjob.yaml +++ b/charts/netbox/templates/cronjob.yaml @@ -70,8 +70,8 @@ spec: mountPath: /etc/netbox/config/ldap/ldap_config.py subPath: ldap_config.py readOnly: true - {{ end -}} - {{ end -}} + {{- end }} + {{- end }} - name: config mountPath: /run/config/netbox readOnly: true diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 0ab7ed0b..36fd8d6a 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -123,8 +123,8 @@ spec: mountPath: /etc/netbox/config/ldap/ldap_config.py subPath: ldap_config.py readOnly: true - {{ end -}} - {{ end -}} + {{- end }} + {{- end }} - name: config mountPath: /run/config/netbox readOnly: true diff --git a/charts/netbox/templates/worker-deployment.yaml b/charts/netbox/templates/worker-deployment.yaml index 04cad83f..ae1d84c4 100644 --- a/charts/netbox/templates/worker-deployment.yaml +++ b/charts/netbox/templates/worker-deployment.yaml @@ -75,8 +75,8 @@ spec: mountPath: /etc/netbox/config/ldap/ldap_config.py subPath: ldap_config.py readOnly: true - {{ end -}} - {{ end -}} + {{- end }} + {{- end }} - name: config mountPath: /run/config/netbox readOnly: true