hjacobs / kube-janitor

Clean up (delete) Kubernetes resources after a configured TTL (time to live)
GNU General Public License v3.0
473 stars 40 forks source link

Add helm chart directory to the project #52

Closed mayppong closed 4 years ago

mayppong commented 4 years ago

Based on https://github.com/hjacobs/kube-janitor/issues/44

Since the new helm 3 now support helm charts to be published through GitHub Pages, we need to have this chart directory to be able to install it through helm.

hjacobs commented 4 years ago

@mayppong can you check whether everything works?

helm repo add kube-janitor https://hjacobs.github.io/kube-janitor/helm
mayppong commented 4 years ago

Yep! I was able to install it through helm and helmsman perfectly. Thank you!