vnc-biz / owncloud

Owncloud Helm Chart
15 stars 10 forks source link

Linting issue #1

Open Cyb3rDudu opened 3 years ago

Cyb3rDudu commented 3 years ago

When I run helm lint I get the following error

helm lint
==> Linting .
[INFO] Chart.yaml: icon is recommended
[ERROR] templates/: template: owncloud/templates/pvc.yaml:1:14: executing "owncloud/templates/pvc.yaml" at <.Values.persistence.owncloud.nfs.enabled>: nil pointer evaluating interface {}.enabled

Error: 1 chart(s) linted, 1 chart(s) failed

of course I cannot install from the helm chart due to this

helm install owncloud helm-oc-classic
Error: template: owncloud/templates/pvc.yaml:1:14: executing "owncloud/templates/pvc.yaml" at <.Values.persistence.owncloud.nfs.enabled>: nil pointer evaluating interface {}.enabled
andreawoe commented 3 years ago

Hi Jan

the issue is solved. The change has been tested and pushed to GitHub. Can you please check this out? Please get back to us in case of questions. Looking forward to your feedback.

Mit freundlichen Gruessen / Kind regards Andrea Woerrlein, M.A. VNC - Virtual Network Consult AG Member of the Board Poststrasse 24, CH - 6302 Zug, Switzerland Phone: +41 (41) 727 52 00 Fax: +41 (41) 727 52 09 Mobile: +41 (78) 9366635 @.***; www.vnc.biz

----- Jan Müller @.***> wrote:

When I run helm lint I get the following error

helm lint
==> Linting .
[INFO] Chart.yaml: icon is recommended
[ERROR] templates/: template: owncloud/templates/pvc.yaml:1:14: executing "owncloud/templates/pvc.yaml" at <.Values.persistence.owncloud.nfs.enabled>: nil pointer evaluating interface {}.enabled

Error: 1 chart(s) linted, 1 chart(s) failed

of course I cannot install from the helm chart due to this

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/vnc-biz/owncloud/issues/1