# Helm based deployment to Kubernetes namespace

Helm Chart is a packaging tool for Kubernetes. It packages all of your disparate manifests as a singular object to advertise to your cluster.

&#x20;To deploy a helm chart, follow the steps below:

1. **Go to Continuous Delivery**: When you log in to ISD you would start at the application dashboard, Click "**Continuous Delivery**" and then click "**Spinnaker**".  ISD primarily supports spinnaker applications and allows you to access your spinnaker instance directly from ISD’s UI to help save your team time.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FPWLrTY44WJicfw6wyUJH%2Fimage.png?alt=media\&token=2a34c8b9-3e2d-490e-932e-06fd108e750a)

2\.  Click on the application where you want to build this pipeline: On the spinnaker dashboard, you will see a list of recently opened applications and options to see all your applications or create a new application entirely. For the purposes of this tutorial, we are using the application **“Fresh tutorial”.**

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FKzkPmqHBIOTCfUIrCFio%2Fimage.png?alt=media\&token=351be9f5-d9a6-4a48-bbdc-2e2c3a6e5a15)

3\.  Once you click on an application, Click "**Pipelines**" navigate to the pipelines screen and then click "**Create**" button to create a new pipeline as shown in the image below.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FPDfFfavbyx6EFIonc74o%2Fimage.png?alt=media\&token=3a75264a-9188-4d7d-bc93-a1fcfc1ae479)

4\. **Create pipeline**: After clicking the "Create" button, you can create a new pipeline. You must name your pipeline. If you have an existing pipeline, you can copy it using the “**copy from**” feature and click "**Create**".

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2F9X3ZA4CJaS0l2TjBCk0E%2Fimage.png?alt=media\&token=b28d7728-9bea-42f9-9201-a1a067d1d59f)

5\. Once you created the application, below screen will appear and click "**Configure**" button to add stage into your pipeline.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FMlG39QGgHnyz8oo7HeuY%2Fimage.png?alt=media\&token=8439cf59-3e79-4077-9048-9e99865ab03e)

6\. **Click on “add stage”:** Once you created a new pipeline, Click "**Add Stage**" button. The add stage button is just under the diagrammatic representation of your pipeline. When you click this button, you can select many different types of stages that Spinnaker natively supports.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FkzCZXQUThnUOHvIAwFkD%2Fimage.png?alt=media\&token=11c08ef4-8c18-435b-bb80-e2460c4757bd)

7\.  **Add a Bake stage**: Select “**Bake(Manifest)**” stage from the drop down menu. Baking an artifact allows you to use this artifact later in your spinnaker pipeline, without having to define its parameters.

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FfEWheJR6OWe74R9Gd70S%2Fimage.png?alt=media\&token=868f22b7-b533-4d26-9487-bc85a13ca36e)

8\.  **Configure Bake(Manifest):** Select the **Render engine** from the drop down and provide the required details and then click "**Save Changes**" as shown in the image below.&#x20;

![](https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FmCWmbPpzfaAWjmHNbU4G%2Fimage.png?alt=media\&token=dfe10111-09e2-4fb2-b8e5-679c652ee6a7)

9\. Define your target namespace: Defining the namespace specifies where in your cluster this artifact will deploy.  &#x20;

10\. Define the git repository branch and URL: Define the object you are baking.&#x20;

11\.  Add a deploy stage: Now that you have baked an object, you don’t have to define its parameters.&#x20;

12\.  Run pipeline Test your pipeline to make sure it works.
