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

delete:
	helm uninstall syncthing --namespace services