feathr-ai / helm-charts

Apache License 2.0
1 stars 0 forks source link

[BUG] Helm Chart Local Test has wrong path #3

Closed ahlag closed 1 year ago

ahlag commented 1 year ago

Willingness to contribute

Yes. I can contribute a fix for this bug independently.

Feathr version

0.9.0

System information

Describe the problem

When running `

helm install feathr-online ./feathr-online -f ./feathr-online/values.yaml

Error: INSTALLATION FAILED: open ./feathr-online/values.yaml: no such file or directory

Changed

helm install feathr-online ./feathr-online -f ./feathr-online/values.yaml

to

helm install feathr-online ./charts/feathr-online -f ./charts/feathr-online/values.yaml