From 089a69f3ad407044f0d91be781f192c18b41b771 Mon Sep 17 00:00:00 2001 From: hotdawg Date: Fri, 30 Oct 2020 17:56:59 -0400 Subject: [PATCH] Add parent app that consist only of other apps --- apps/templates/helm-guestbook.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/templates/helm-guestbook.yaml b/apps/templates/helm-guestbook.yaml index 23a786a..63ed8f9 100644 --- a/apps/templates/helm-guestbook.yaml +++ b/apps/templates/helm-guestbook.yaml @@ -13,6 +13,4 @@ spec: source: path: helm-guestbook repoURL: {{ .Values.spec.source.repoURL }} - targetRevision: {{ .Values.spec.source.targetRevision }} - - \ No newline at end of file + targetRevision: {{ .Values.spec.source.targetRevision }} \ No newline at end of file