Skip to content

Commit

Permalink
Add description for url and path fields in App crd. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Emeis committed May 28, 2021
1 parent 37b179f commit 8f29ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmdimpl/manifests/app-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f29ce0

Please sign in to comment.