Hi. Is it possible to use `render_yaml_to_director...
# kubernetes
p
Hi. Is it possible to use
render_yaml_to_directory
without it affecting the state of my k8s cluster?
b
This is the default, it won’t get applied to the cluster if you use this
p
If I deployed a stack and then want to use
render_yaml_to_directory
it will destroy all objects in k8s... I rather it didn't and was wondering if there is a way to generate yaml files without that "side effect"
b
Huh, can you file an issue for this? I don’t think that’s desirable
p
Sure, will do