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