Skip to content

Commit 72b1315

Browse files
committed
Made Helm happy again
1 parent 781eea4 commit 72b1315

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/netbox/templates/cronjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ spec:
6767
mountPath: /etc/netbox/config/ldap/ldap_config.py
6868
subPath: ldap_config.py
6969
readOnly: true
70-
{{ end -}}
71-
{{ end -}}
70+
{{- end }}
71+
{{- end }}
7272
- name: config
7373
mountPath: /run/config/netbox
7474
readOnly: true

charts/netbox/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ spec:
122122
mountPath: /etc/netbox/config/ldap/ldap_config.py
123123
subPath: ldap_config.py
124124
readOnly: true
125-
{{ end -}}
126-
{{ end -}}
125+
{{- end }}
126+
{{- end }}
127127
- name: config
128128
mountPath: /run/config/netbox
129129
readOnly: true

charts/netbox/templates/worker-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ spec:
7575
mountPath: /etc/netbox/config/ldap/ldap_config.py
7676
subPath: ldap_config.py
7777
readOnly: true
78-
{{ end -}}
79-
{{ end -}}
78+
{{- end }}
79+
{{- end }}
8080
- name: config
8181
mountPath: /run/config/netbox
8282
readOnly: true

0 commit comments

Comments
 (0)