Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

DEIS_DEPLOY_PROCFILE_MISSING_REMOVE broken #1320

@Cryptophobia

Description

@Cryptophobia

DEIS_DEPLOY_PROCFILE_MISSING_REMOVE was set to true in our controller (quay.io/deis/controller:v2.16.0) and it does not seem to clean up the Procfile processes from the deis api structure object.

After removing the process types from the Procfile and redeploying we still see them in the structure object:

...
    "structure": {
        "web2": 0,
        "worker": 2,
        "web": 1,
        "worker-two": 0
    },
...

EDIT: We tested it 4 times and deployed 4 times to make sure this was so.

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