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

delete:
	helm uninstall wallabag --namespace services