Add custom app installation to helm charts
mashkovd opened this issue · 3 comments
mashkovd commented
Hello,
One of configurable parameters of the ERPNext chart is jobs.createSite.installApps
But how can I get my own app (ex, from gitlab.com/apps/my_app), add this app to helm charts and install it
thx
revant commented
Sellto commented
Ok, i saw your link...
but where can we launch the commands from the values.yaml file of the helm chart?
in the jobs section?
have a you a example?
thx
revant commented
Use image.repository
and image.tag
to change image, use [{"name": "secret-name"}]
as imagePullSecrets
is using private image.
For new site just specify it in list of apps to install under jobs.
For existing sites you'll have to figure out to use custom job. I've used it, it needs values to be passed to it contextually depending on name of your helm release.