Update wiki Home page for chunk-template-action

gitea_admin 2026-03-11 14:35:30 +00:00
parent 7f657686a6
commit 96b2de2b52

33
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 The template property needs to be encoded in base64, so when you pass it as parameter, don't forget to encode it.
From the project space, click on **"Create a release"**
The new version is automatically available in the list ## Metadata
## Step 2: Deploy | Property | Value |
Click on **"Deploy"** |----------|-------|
| Type | action |
| Group | Actions |
| Namespace | Transformation |
| Support Level | Stable |
| Provider | Apache Software Foundation |
- **Version:** Select the desired release ## Properties
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
## Step 3: Expose | Name | Type | Required | Default | Description |
Enable **"Expose"** |------|------|----------|---------|-------------|
| `template` | binary | ✓ | | The inline template |
Choose an **API Gateway** (Internal, Public, etc.) ## Dependencies
- `camel:chunk`
- `camel:kamelet`