Skip to content

tutorial-complete branch is out of date/broken #1

@ManAnRuck

Description

@ManAnRuck

Hi just want to try out this example and recognised that the tutorial-complete branch is broken.

For example https://github.com/garden-io/web-app-example/blob/tutorial-complete/project.garden.yml#L27 is a broken configuration.
instead of:

  - name: local
    defaultNamespace: ${var.userNamespace}
    # Setting the hostname as a variable so it can be referenced by actions
    hostname: local.app.garden

it should be

  - name: local
    defaultNamespace: ${var.userNamespace}
    # Setting the hostname as a variable so it can be referenced by actions
    variables:
      hostname: local.app.gardenn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions