diff --git a/Home.md b/Home.md index 93a012c..3ae147e 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,26 @@ -# Deploy the Project on CamelX Platform +# Chunk Template Action -Deploy on CamelX Platform in three steps +Apply a Chunk Template. -## Step 1: Create a release -From the project space, click on **"Create a release"** +The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it. -The new version is automatically available in the list +## Metadata -## Step 2: Deploy -Click on **"Deploy"** +| Property | Value | +|----------|-------| +| Type | action | +| Group | Actions | +| Namespace | Transformation | +| Support Level | Stable | +| Provider | Apache Software Foundation | -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Properties -## Step 3: Expose -Enable **"Expose"** +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `template` | binary | ✓ | | The inline template | -Choose an **API Gateway** (Internal, Public, etc.) +## Dependencies + +- `camel:chunk` +- `camel:kamelet`