1

I am trying to do helm install . --name my-screwdriver --namespace your-namespace step in https://github.com/screwdriver-cd/screwdriver-chart to spin up a screwdriver instance on eks cluster. I am running into Error: YAML parse error on screwdriver/templates/api.yaml: error converting YAML to JSON: yaml: line 92: found character that cannot start any token error.

I have followed the previous steps of example-scm-settings, values.yaml and screwdriver-api-secrets.yaml file as mentioned in the readme.

Tannu Priya
  • 313
  • 2
  • 15

2 Answers2

0

Check if you are using tabs for indentation. YAML doesn't allow tabs; it requires spaces.

0

This error was because of incorrect Postgress setup.

Tannu Priya
  • 313
  • 2
  • 15