Helm deployment for AWS
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 AWS 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: Select a branch of the chosen tool.
Git File Path: Enter the git file path.
Cloud Provider: Choose the cloud provider as AWS.
AWS Tool: Choose the AWS tool from the dropdown.
AWS Credentials: Choose the AWS 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?