From 8f29ce0a96df09b9e8fa622f953f5fa2901975c1 Mon Sep 17 00:00:00 2001 From: Mark Emeis Date: Fri, 28 May 2021 16:18:18 -0600 Subject: [PATCH] Add description for url and path fields in App crd. (#228) --- pkg/cmdimpl/manifests/app-crd.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmdimpl/manifests/app-crd.yaml b/pkg/cmdimpl/manifests/app-crd.yaml index 550dfe9d51..41281d67d2 100644 --- a/pkg/cmdimpl/manifests/app-crd.yaml +++ b/pkg/cmdimpl/manifests/app-crd.yaml @@ -24,10 +24,12 @@ spec: properties: url: type: "string" + description: URL for the repo minimum: 1 maximum: 1 path: type: "string" + description: Path to application manifests within the repo minimum: 1 maximum: 1 type: object