Open ArjonBu opened 6 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
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.
FYI, It looks like it was fixed by #418 in September, but it doesn't look like a new chart has been published since.
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:
Kubernetes version: 1.10.6
I also tried installing with custom values.yaml with the same values and it gives the same error.