Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add YAML document separator to each manifest #1928

Closed
wants to merge 3 commits into from

Commits on Feb 8, 2024

  1. Add YAML document separator to each manifest

    When output to STDOUT is requested, each manifest in an app is rendered separately and dumped to standard output.
    In case an app contains more than one chart, a document separator will be missing between adjacent charts, since there
    is no YAML document separator either at the beginning or at the end of an individual output. The last resource of the
    preceding chart and the first resource of the following chart will be merged into a random mess. By adding a YAML
    document separator after each manifest unconditionally, this can be cleanly avoided.
    
    Fixes: #943
    
    Signed-off-by: Nikolai Prokoschenko <[email protected]>
    rassie committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5536128 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    4908af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    8b64158 View commit details
    Browse the repository at this point in the history