We need to create a common reusable GitHub Actions workflow for Helm that can be used across Blink Labs repositories for consistent and secure Kubernetes deployments.
The workflow should be defined in the actions repository and exposed via workflow_call so that other repositories can reuse it without duplicating logic.
Acceptance Criteria :
Standardize Helm deployment process across all repos
Reduce duplication of Helm-related workflows
We need to create a common reusable GitHub Actions workflow for Helm that can be used across Blink Labs repositories for consistent and secure Kubernetes deployments.
The workflow should be defined in the actions repository and exposed via workflow_call so that other repositories can reuse it without duplicating logic.
Acceptance Criteria :
Standardize Helm deployment process across all repos
Reduce duplication of Helm-related workflows