Skip to content

Document or mitigate undesired number formatting in values.yaml #603

@0x2b3bfa0

Description

@0x2b3bfa0

When e.g. global.scmProviders.github.appId is specified as a YAML number, rather than as a YAML string, it gets mangled by Helm and converted into scientific notation.

We should document this undesired behavior, or maybe even mitigate it for this specific field.

Correct syntax

global:
  scmProviders:
    github:
      appId: "1200981"

Upstream issue

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