Skip to content

Deprecated structure in appinsts.yml #5

@Mulinho

Description

@Mulinho

The example presented below (from appinst.yml) does not work with mobiledgex/deploy-app-action@v1.2.2.

- appinst:
    key:
      cluster_inst_key:
        cluster_key:
          name: venky-test
        cloudlet_key:
          name: frankfurt-main
          organization: TDG
        organization: VenkyDev

This structure should work:

- appinst:
    key:
      cluster_inst_key:
        cluster_key:
          name: venky-test
          organization: VenkyDev
        cloudlet_key:
          name: frankfurt-main
          organization: TDG

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