flant / loghouse

Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
Apache License 2.0
924 stars 76 forks source link

ERROR: can't evaluate field pvc in type interface {} #93

Closed ghost closed 5 years ago

ghost commented 6 years ago

ERROR: $ helm install -n loghouse loghouse Error: render error in "loghouse/templates/clickhouse/clickhouse.yaml": template: loghouse/templates/clickhouse/clickhouse.yaml:22:14: executing "loghouse/templates/clickhouse/clickhouse.yaml" at <.Values.storage.pvc>: can't evaluate field pvc in type interface {}

ghost commented 6 years ago

please help!

z9r5 commented 6 years ago

Hello, rajkumar49!

You need to set a value!

helm install -n loghouse loghouse --set 'param=value'

E.g - helm install -n loghouse loghouse --set storage.pvc=<pvc_which_you_need>

See installation 2.2 section

diafour commented 5 years ago

Fixed in 0.2.3. https://github.com/flant/loghouse/pull/113/files#diff-1ff54a026c1fe510a4f35d934753e8a1R38