From ddb59040df2c25197cf4b019ecc3f4f5d0a5ab8e Mon Sep 17 00:00:00 2001 From: Mark Emeis Date: Fri, 28 May 2021 15:58:24 -0600 Subject: [PATCH] Add description for url and path fields. --- 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