Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpro authored Apr 2, 2024
1 parent 9354cb3 commit 220cf34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@ xdg-open 'http://localhost:3000'
```
name: jenkins_job
# ServiceHub generates the UI from the input session
# and passes the user-provided values to the Components
# Input definitions are used for generating the UI,
# User-provided values can be passed to Components
inputs:
- name: user_input1
type: text
label: Your text
default: some_text
description: Your custom text
# The Components section tells ServiceHub what operations to perform
# Components section tells ServiceHub what operations to perform
# when users create/delete/update their services. Components can be
# of type 'http' or 'helm_chart. refer to Docs for a detailed description.
components:
Expand Down

0 comments on commit 220cf34

Please sign in to comment.