From 220cf34cfc0607259ab5cd5566cd139837ef9a61 Mon Sep 17 00:00:00 2001 From: Arthur Berezin <2787296+rtpro@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:50:59 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 158ddea..eb3cc87 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ 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 @@ -116,7 +116,7 @@ inputs: 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: