Helm Deployment for Azure
Using Helm, you can makes updates and rollback of applications more efficient and improves team collaboration. Unlike traditional package managers for Kubernetes, Helm simplifies automated management (install, update, or uninstall) of packages for Kubernetes applications.
To create Deploy step for Azure using Helm
Open the pipeline and click + to create a new step.
In the Step Setup, enter a step name (Example: Deploy), choose the Tool and click Save.
In the Step Settings, enter the following details:
Source Code Management Tool Type: Select the SCM tool typeS from the dropdown.
Source Code Management Tool: Select the configured Tool .
Branch: Azure: Select a branch of the chosen tool.
Git File Path: Enter the git file path.
Cloud Provider: Choose the cloud provider as Azure.
Azure Tool: Choose the Azure tool from the dropdown.
Azure Credentials: Choose the Azure credentials from the dropdown.
Name Space: Choose the name space from the dropdown.
Input File Name: Enter the input file name
Service Name: Enter the service name
Environment Variables: Enable Specify Environment Variables. Add parameters and assign key-value for them.
Click Save.
Last updated
Was this helpful?