diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 80fb32e..0000000 --- a/notes.txt +++ /dev/null @@ -1,8 +0,0 @@ -# Process to update helm repo: -copy the chart dir out of the git repo -git checkout gh-pages -copy the chart dir into the git repo -helm package chart/ -rm -rf chart/ -helm repo index . -git add, commit, push