Closed mrsauravsahu closed 2 years ago
This is the sample project in which I've setup please.build - https://github.com/mrsauravsahu/souvenirs
Looks like a couple of months have passed. I have a helm build def that I have been using. I have had it embedded in my project, but need to pull it out now. I was going to add it to a fork of pleasings, but wasn't sure it would make for a good PR. It works pretty well, but I think it would benefit from some maintainer attention.
Awesome! Please open up a PR, I can try it out through your fork!
Sorry for the delay. I think I have notifications turned off. Here it is: #90
Current Situation
I'm currently using the k8s pleasing to generate the yaml configs.
Goal:
Use pleasings to generate my helm-charts directory as a bin & install/uninstall helm charts through
plz
. I'm trying to figure out to what's the best way this new build definition should look like.I assume:
BUILD
file to generate the base helm-chart templateBUILD
per service should have outputs like_upgrade
(this should be able to read extra envVar, values to override in the charts),_uninstall
(which will remove the chart) - and these will call internal helm commands.I have barely begun working on this and would love to hear others' thoughts on an approach.