You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket involves the refinement of the existing Helm Terraform module to eliminate the distinction between local and remote Helm chart specifications. The updated module should inherently support the deployment of Helm charts, whether sourced locally or remotely, without the need for specifying the chart's origin through variables.
Key steps include integrating the functionality of local Helm chart deployment into the existing remote deployment process. It is imperative that the module's codebase is updated to be more dynamic and streamlined, removing any redundant variables or configurations that differentiate between local and remote chart sources.
The module must be capable of deploying Helm charts sourced both locally and remotely with no additional input required to distinguish the source.
Removal of any variables or code blocks that specifically handle local chart options.
Ensure the module maintains its existing functionality and remains compatible with all current deployments during and after the transition.
Thorough testing should be conducted to validate that the module operates as expected with both local and remote Helm charts.
Before closing this ticket, confirm that the Helm Terraform module is clean, efficient, and well-documented, reflecting the changes made to support this seamless functionality.
The text was updated successfully, but these errors were encountered:
This ticket involves the refinement of the existing Helm Terraform module to eliminate the distinction between local and remote Helm chart specifications. The updated module should inherently support the deployment of Helm charts, whether sourced locally or remotely, without the need for specifying the chart's origin through variables.
Key steps include integrating the functionality of local Helm chart deployment into the existing remote deployment process. It is imperative that the module's codebase is updated to be more dynamic and streamlined, removing any redundant variables or configurations that differentiate between local and remote chart sources.
The Terraform module can be found at:
Terraform Helm Chart Module
Acceptance Criteria:
Before closing this ticket, confirm that the Helm Terraform module is clean, efficient, and well-documented, reflecting the changes made to support this seamless functionality.
The text was updated successfully, but these errors were encountered: