Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
561 stars 63 forks source link

Removing Manifest Path property, replacing with []byte content #355

Closed manasachi closed 3 months ago

manasachi commented 3 months ago

Description

Replacing ManifestFile Path property with yaml content as []byte. There is no need to write rendered manifests to a temporary directory now. Manifests are rendered and written in memory for validation to handle later.

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Unit tests were updated to ensure validation is not dependent on writing rendered files to a temp dir. All files are written/returned in memory

Checklist: