Skip to content

Variable substitution does not allow default values containing a colon #883

Open
@grthr

Description

@grthr

The current implementation does not support default values in localEnv or containerEnv substitution that include a colon.

Example:

 "WEBSITE_URL": "${localEnv:WEBSITE_URL:https://example.com"

Current behavior: If $WEBSITE_URL is not present, the variable is just set to https

Expected behavior: If $WEBSITE_URL is not present, the variable should be set to https://example.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions