mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
This PR adds two flags to the `install` command: `namespace` and `release-label`. If `namespace` is specified, releases will target that namespace and `release-label` will be used to select deployments and pods for readiness and reading log output. Fixes #34