ops-center / searchlight

🔦 Alerts for Kubernetes
https://appscode.com/products/searchlight
Apache License 2.0
321 stars 24 forks source link

Can not install Searchlight using Helm #428

Open ArjonBu opened 5 years ago

ArjonBu commented 5 years ago

When I try to install Searchlight operator using Helm chart, I always get the following error: Error: parse error in "searchlight/templates/secret.yaml": template: searchlight/templates/secret.yaml:78: unexpected EOF

Command:

helm install appscode/searchlight --name searchlight-operator  --version 7.0.0  --set apiserver.ca="$(onessl get kube-ca)"  --set apiserver.enableValidatingWebhook=true --set icinga2web.password=password --set icinga2.password=password --set slack.authToken='https://hooks.slack.com/services/myurl' --set slack.channel=general --set criticalAddon=true --set enableAnalytics=false --tls

Kubernetes version: 1.10.6

I also tried installing with custom values.yaml with the same values and it gives the same error.

ullbergm commented 5 years ago

FYI, It looks like it was fixed by #418 in September, but it doesn't look like a new chart has been published since.