summaryrefslogtreecommitdiff
path: root/f3s/audiobookshelf/Makefile
blob: 49ec90ce90c891e30bd9f97f2591fa613fda2089 (plain)
1
2
3
4
5
apply:
	helm install audiobookshelf ./helm-chart --namespace services --create-namespace

delete:
	helm uninstall audiobookshelf --namespace services