Skip to content

nordicsmartgovernment/helm-chart

Repository files navigation

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/nordicsmartgovernment/helm-chart/raw/main/ .
git add *
git commit -m '<commit message>'
git push

Example:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published