Remove dependency on mariadb and mysql as we won't use those.

This commit is contained in:
2022-08-26 19:38:07 +12:00
parent e79ff5f1b2
commit 0406a4f877
3 changed files with 4 additions and 10 deletions

View File

@ -18,6 +18,8 @@ mkdir --parent "/home/${USER}/Services/gitea"
# Clone charts repository
cd "/home/${USER}/Services/gitea" && git clone https://github.com/jmhbnz/charts.git
helm dependency build charts/gitea
# Install the chart
helm upgrade --install -n jamma-gitea jamma-gitea charts/gitea \
--set "ingress.hosts[0]=gitea.jamma.dev" \