Skip to content

Getting Started: Importing Designs #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions content/en/kanvas/getting-started/starting-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ Jump start your Kanvas design by importing your existing Helm Charts.

There are a few different ways to import a Helm chart into Kanvas.

1. Drag and drop your Helm chart onto Kanvas.
1. Click the **Import Design** option under the _Designs_ tab in Kanvas.

![Import a Design](/kanvas/getting-started/images/2024-04-18_18-01.png)
Option 1. Drag and drop your Helm chart onto Kanvas.
![Drag and drop a Design](/kanvas/getting-started/images/importing-designs/drag-and-drop-design-into-kanvas.png)
Option 2. Click the **Import Design** option under the _Designs_ tab in Kanvas.
Option 3. Visit My Designs, and click the **Import Design** button in Cloud.
![Import a Design](/kanvas/getting-started/images/importing-designs/import-a-design-layer5-cloud)

Next, provide a name under Design File Name (1), set the _Design Type_ to Helm Chart and paste the URL (3) to the location of the Helm chart package in .tgz format.

This example uses the Meshery Server helm chart at [https://meshery.github.io/meshery.io/charts/meshery-v0.7.48.tgz](https://meshery.github.io/meshery.io/charts/meshery-v0.7.48.tgz)
This example uses the Meshery Server Helm chart at [https://meshery.github.io/meshery.io/charts/meshery-v0.8.56.tgz](https://meshery.github.io/meshery.io/charts/meshery-v0.8.56.tgz)

![Copy of a Design](/kanvas/getting-started/images/2024-04-18_18-04.png)

Expand Down