You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
After #230 was merged, I wondered if multiple YAML documents, e.g.:
---
resource_one_here:
---
resource_two_here:
Would be parsed and applied correctly, without the additional use of something like from_yaml_all in the definition parameter.
Maybe to make sure this behavior continues working in the future (assuming it works now), we could include two resources in one of the j2 files, e.g. add a Service to the molecule/default/templates/pod_template_two.j2 file.
ISSUE TYPE
Feature Idea
COMPONENT NAME
k8s / template
ADDITIONAL INFORMATION
N/A
The text was updated successfully, but these errors were encountered:
User can combine multiple resources in the given template
file, which can be consumed by k8s module to create multiple
resources at once.
Fixes: ansible-collections#243
Signed-off-by: Abhijeet Kasurde <[email protected]>
User can combine multiple resources in the given template
file, which can be consumed by k8s module to create multiple
resources at once.
Fixes: #243
Signed-off-by: Abhijeet Kasurde <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
SUMMARY
After #230 was merged, I wondered if multiple YAML documents, e.g.:
Would be parsed and applied correctly, without the additional use of something like
from_yaml_all
in thedefinition
parameter.Maybe to make sure this behavior continues working in the future (assuming it works now), we could include two resources in one of the j2 files, e.g. add a Service to the
molecule/default/templates/pod_template_two.j2
file.ISSUE TYPE
COMPONENT NAME
k8s / template
ADDITIONAL INFORMATION
N/A
The text was updated successfully, but these errors were encountered: