From 52b2e6c3ec8f6cce41f893e27b65ef511fd2ae91 Mon Sep 17 00:00:00 2001 From: hotdawg Date: Fri, 30 Oct 2020 17:54:25 -0400 Subject: [PATCH] Adds a parent app that consist only of other apps --- apps/templates/helm-guestbook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/templates/helm-guestbook.yaml b/apps/templates/helm-guestbook.yaml index e1e5a8b..23a786a 100644 --- a/apps/templates/helm-guestbook.yaml +++ b/apps/templates/helm-guestbook.yaml @@ -14,3 +14,5 @@ spec: path: helm-guestbook repoURL: {{ .Values.spec.source.repoURL }} targetRevision: {{ .Values.spec.source.targetRevision }} + + \ No newline at end of file