Skip to content

Bug: missing escape character for Yaml #8

@thohng

Description

@thohng

Missing escape between Yaml docker compose and actually environment value in container:

Source appsettings

{
  "List": [
    "Test": "Sec%$ret"
  ]
}

Docker compose

environment:
  - List__0__Test=Sec%$ret

Docker container

List__0__Test=Sec%

Docker warning:

level=warning msg="The \"ret\" variable is not set. Defaulting to a blank string."

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