mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 18:46:12 +00:00
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 https://github.com/ansible/ansible/pull/59160 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 lines
108 B
YAML
3 lines
108 B
YAML
bugfixes:
|
|
- raw - handle condition when definition is none (https://github.com/ansible/ansible/pull/59160).
|