Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

k8s: Fix a bug when manifest file ends with '---' #139

Merged
merged 1 commit into from
Jun 24, 2020

Commits on Jun 24, 2020

  1. k8s: Fix a bug when manifest file ends with '---'

    Any kubernetes manifest file ending with '---' will
    generate an error when applied using 'k8s' module.
    
    Although this may not be 'legal' YAML, this is quite frequent,
    specially on helm's generated manifest files.
    
    migrated from ansible/ansible#59160
    
    Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
    Akasurde committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    84340da View commit details
    Browse the repository at this point in the history