Skip to content

Commit

Permalink
Made Helm happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Wahner committed May 8, 2024
1 parent 654849f commit 158a5bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/netbox/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/netbox/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/netbox/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158a5bd

Please sign in to comment.