Thanks to visit codestin.com
Credit goes to github.com

Skip to content

werf helm secret edit: preserve >- yaml block type format #74

@distorhead

Description

@distorhead

Before proceeding

  • I didn't find a similar issue

Problem

Run werf helm secret values edit and define following value:

some_key: >-
  some_text_line1;
  some_text_line2;
  some_text_line3;

After running edit second time we receive reformatted value as follows:

some_key: some_text_line1; some_text_line2; some_text_line3;

— which is correct and is actually the same string. But for better UX we need to save original formatting with >- block type.

Solution (if you have one)

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions