Skip to content

map file doesn't match \r\n #82

Open
@phntom

Description

i suspect helm charts created with macosx have an issue where my ingress was not getting matched because the file had \r\n instead of \n like in the map file.
my workaround was to use the following mapping

  • deprecatedAPI: "apiVersion: networking.k8s.io/v1beta1\r\nkind: Ingress\r\n"
    newAPI: "apiVersion: networking.k8s.io/v1\nkind: Ingress\n"

but i'm sure a quick string replace would be a better solution for this.

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions