trinodb / charts

Apache License 2.0
151 stars 173 forks source link

Use standard labels #172

Closed nineinchnick closed 5 months ago

nineinchnick commented 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.