summaryrefslogtreecommitdiff
path: root/f3s/example-apache/Makefile
blob: 2936d22ca040a6a264e4f6f466b768212ae5e681 (plain)
1
2
3
4
5
apply:
	helm install example-apache ./helm-chart --namespace test --create-namespace

delete:
	helm uninstall example-apache --namespace test