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

delete:
    helm uninstall example-apache --namespace test