Skip to content

Commit

Permalink
add readme and story
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Mar 5, 2020
0 parents commit 2565e20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# helm-push-all

You can read the story behind this project [here](STORY.md)
10 changes: 10 additions & 0 deletions STORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The Story

So, the one liner is this - in my current project, we have this GitLab CI pipeline for a GitLab repo
which contains our helm charts, and the pipeline runs to push all the charts to
[chartmuseum](https://chartmuseum.com/). The pipeline is too slow for me 🙈 I like to make my life easier
and smooth and fast. This is my attempt to do just that - make it easier for me to push charts faster and to
also fail fast if there are any issues in the pipeline! :)

I'll keep updating this story with more details about the problem I'm trying to solve. I have written
down the problems and ideas in multiple places. 🙈 😅

0 comments on commit 2565e20

Please sign in to comment.