Helm chart does not install

Instead of installing the helm chart for emojijournalserver in chapter 15, it says:

MacBook-Pro:EmojiJournalServer rpotapov$ helm install --name emojijournalserver chart/emojijournalserver

Error: YAML parse error on emojijournalserver/templates/deployment.yaml: error converting YAML to JSON: yaml: line 74: did not find expected β€˜-’ indicator

@seabaylea Can you please help with this when you get a chance? Thank you - much appreciated! :]

Hi @potap75

It looks like you’re missing a - in one of your Helm chart configuration files. My guess is its the bindings.yaml file, which should have the following at the bottom of it:

- name: DBHOST
  value: postgresql-database
- name: DBPASSWORD
  valueFrom:
    secretKeyRef:
      name: postgresql-database
      key: postgres-password