Closed nineinchnick closed 5 months ago
Use standard Helm labels, following https://helm.sh/docs/chart_best_practices/labels/#standard-labels. Use labels on all resources, so the chart can be uninstalled correctly.
Additionally, print logs after failed installs. Because ct install calls helm test without --logs, always pass --skip-clean-up, and get the logs and cleanup manually after a failure.
ct install
helm test
--logs
--skip-clean-up
Use standard Helm labels, following https://helm.sh/docs/chart_best_practices/labels/#standard-labels. Use labels on all resources, so the chart can be uninstalled correctly.
Additionally, print logs after failed installs. Because
ct install
callshelm test
without--logs
, always pass--skip-clean-up
, and get the logs and cleanup manually after a failure.