platformsh / platformify

Get your project ready to be deployed in Platform.sh
MIT License
3 stars 9 forks source link

Endpoint definition is broken when relationships are included (new syntax) #222

Closed chadwcarlson closed 5 months ago

chadwcarlson commented 5 months ago

Creating a brand new application with services using the Upsun CLI (project:init) defaults to a broken relationship definition it seems. This is the content of my config.yaml :

    relationships:
      postgresql:
        service: "postgresql"
        endpoint: "postgresql:postgresql"
      redis:
        service: "redis"
        endpoint: "redis:redis"