From e25d57c4aade74305b3d531cad3d6e0598cb4c61 Mon Sep 17 00:00:00 2001 From: hotdawg Date: Fri, 30 Oct 2020 17:57:56 -0400 Subject: [PATCH] Add parent app that consist only of other apps --- apps/templates/helm-guestbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/helm-guestbook.yaml b/apps/templates/helm-guestbook.yaml index 63ed8f9..e1e5a8b 100644 --- a/apps/templates/helm-guestbook.yaml +++ b/apps/templates/helm-guestbook.yaml @@ -13,4 +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 }}