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