Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 704 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 704 Bytes

helm-chart

Requirement

You have to install helm.

HOWTO

First you have to create a subfolder under helm-chart-source. Folder name should be the same as the name of your service.
Then you have to package and push the new service to the repo:

helm package helm-chart-sources/<servicename>
helm repo index --url https://github.com/brreg/helm-chart/raw/main/ .
git add *
git commit -m '<commit message>'
git push

Example:

helm package helm-chart-sources/regnskapsregister-api
helm repo index --url https://github.com/brreg/helm-chart/raw/main/ .
git add *
git commit -m 'added helm template for regnskapsregister-api service'"'
git push