This repository contains Helm charts created by R.Franco Technologies.
cd docs
helm package ../helm-chart-sources/*
helm repo index --url https://rfrancotechnologies.github.io/helm-charts/ .
In order to install the Strapi Helm chart from R.Franco Technologies first you have to add the chart repository to your helm installation:
$ helm repo add rfrancotechnologies https://rfrancotechnologies.github.io/helm-charts
$ helm repo update
Then, to install the chart with the release name my-release
:
$ helm install my-release rfrancotechnologies/strapi
Have a look at the Strapi README.md for valid values for the chart.