Skip to content

Can not install Searchlight using Helm #428

@ArjonBu

Description

@ArjonBu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions