Skip to content

Commit

Permalink
Update internal/myks/render_ytt.go
Browse files Browse the repository at this point in the history
Co-authored-by: German Lashevich <german.lashevich@gmail.com>
  • Loading branch information
fritzduchardt and Zebradil authored Oct 2, 2023
1 parent ce57a0a commit 457a62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/myks/render_ytt.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ func (y *Ytt) Ident() string {
func (y *Ytt) Render(previousStepFile string) (string, error) {
var yttFiles []string

// now this is going to be complicated
// add environment data files
// add environment, prototype, and application data files
yttFiles = append(yttFiles, y.app.yttDataFiles...)

// if yamls were rendered during the last step, we might want to modify them during this step
Expand Down

0 comments on commit 457a62f

Please sign in to comment.