From 457a62f2e8a393261edc447945e4799868efdaeb Mon Sep 17 00:00:00 2001 From: fritzduchardt Date: Mon, 2 Oct 2023 09:23:03 +0200 Subject: [PATCH] Update internal/myks/render_ytt.go Co-authored-by: German Lashevich --- internal/myks/render_ytt.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/myks/render_ytt.go b/internal/myks/render_ytt.go index 92f34951..ba488fd5 100644 --- a/internal/myks/render_ytt.go +++ b/internal/myks/render_ytt.go @@ -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