Skip to content

Commit

Permalink
fix: add description to tekton task specification
Browse files Browse the repository at this point in the history
Description is required in order to publish
the package in ArtifactHub.

Jira-Url: https://issues.redhat.com/browse/CNV-37578
Signed-off-by: Ben Oukhanov <[email protected]>
  • Loading branch information
codingben committed Feb 1, 2024
1 parent 18722af commit 2fc8d47
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ metadata:
tekton.dev/displayName: "KubeVirt Disk Uploader"
tekton.dev/platforms: "linux/amd64"
spec:
description: >-
Automates the extraction of disk and uploads it to a container registry,
to be used in multiple Kubernetes clusters.
params:
- name: VM_NAME
description: The name of the virtual machine
Expand Down

0 comments on commit 2fc8d47

Please sign in to comment.