Skip to content

Quoted env variables maintain their quotes #167

@nmvrc

Description

@nmvrc

When a container is being deployed and <container>.env contains a variable that is quoted, such as MDATA_DB_URL="//db:5432/dbname", the value of the variable in the container contains the quotes.

Example:
portal.env:
MDATA_DB_URL="//db:5432/dbname"

Container variable value:
[root@12331e122a10 /]# echo $MDATA_DB_URL
"//db:5432/dbname"
[root@12331e122a10 /]#

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