#helm (2020-07)
Archive: https://archive.sweetops.com/helm/
2020-07-06

~Is the CloudPosse monochart hosted anywhere in an actual chart repository?~dit: Nevermind I found it. https://hub.helm.sh/charts/cloudposse/monochart

And here is a live usage example: https://github.com/cloudposse/example-app/blob/master/deploy/releases/app.yaml
Example application for CI/CD demonstrations of Codefresh - cloudposse/example-app

2020-07-23

@som.ban.mca has joined the channel
2020-07-24

Does anyone have a hack for cleaning up old configmaps before I hack something together?
➜ helmfile git:(master) ✗ kubectl -n kube-system get cm | wc -l
12766

Hi, I almost never check the kube-system namespace, but when doing yesterday I noticed Tiller keeps a lot of old state / history around in config maps in its namespace, and never does any cleanup a…

rofl nice

The config maps are kept despite limiting history?

well, I wasn’t aware of the tiller_history_max configuration in helm2, which was the downfall of everything
