Skip to content

Commit e54143d

Browse files
authored
Merge pull request #482 from fyzanshaik/helm-export-doc
Documentation update for exporting designs as helm charts
2 parents 01ceb2f + 6004532 commit e54143d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Loading

content/en/kanvas/designer/export-designs/index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To export your Kanvas design, follow these steps:
1919

2020
1. **Access Export Options**: Within the Kanvas Designer, select the design you wish to export in the design drawer. Click on the export icon in the menu for the selected design.
2121

22-
![Export Icon](./export-modal.png)
22+
![Export Icon](./export-modal-new.png)
2323

2424
2. **Select Export Format**: The export modal will appear, offering various export formats:
2525

@@ -35,6 +35,12 @@ Exporting your design as a design file provides you with a YAML file representin
3535

3636
Exporting your design as an OCI image allows you to package your design as a container image. This image can be shared, stored, or retrieved from any container registry, like Docker Hub.
3737

38+
## Exporting as a Helm Chart
39+
40+
Exporting your design as a Helm chart allows you to package your Meshery design for use with Helm, making it easy to deploy and share your design as a reusable Kubernetes package.
41+
42+
**Lossy Export:** When exporting as a Helm chart, Meshery-specific information (such as visual arrangement, comments, and other metadata) is not included. Only the core Kubernetes resource definitions are preserved.
43+
3844
## Exporting as a PNG Image
3945

4046
Exporting your design as a PNG image provides you with a visual snapshot of your design. This image can be shared, embedded, or used in presentations.

0 commit comments

Comments
 (0)