github.com/keikoproj/manny@v0.0.0-20210726112440-8571e4c99ced/docs/rendering.md (about) 1 # Rendering 2 3 Manny is not cognizant of the underlying CloudFormation that it is packaging up. When a user submits a template, whether 4 in JSON or YAML format, Manny will simply read the file bytes and attach them to the Manny config. All user related input 5 goes untouched in that regard. 6 7 Formatting _does_ apply to how Manny sends the Cloud Resource to ArgoCD. Manny can send in JSON or YAML formats, although, 8 traditional Kubernetes styled JSON (which is not actually valid JSON) seems to cause problems with ArgoCD. 9 10 By default, Manny uses YAML formatting.